JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.accessanalyzer.model

Class CreateAccessPreviewRequest

    • Constructor Detail

      • CreateAccessPreviewRequest

        public CreateAccessPreviewRequest()
    • Method Detail

      • setAnalyzerArn

        public void setAnalyzerArn(String analyzerArn)

        The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.

        Parameters:
        analyzerArn - The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.
      • getAnalyzerArn

        public String getAnalyzerArn()

        The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.

        Returns:
        The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.
      • withAnalyzerArn

        public CreateAccessPreviewRequest withAnalyzerArn(String analyzerArn)

        The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.

        Parameters:
        analyzerArn - The ARN of the account analyzer used to generate the access preview. You can only create an access preview for analyzers with an Account type and Active status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getConfigurations

        public Map<String,Configuration> getConfigurations()

        Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.

        Returns:
        Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
      • setConfigurations

        public void setConfigurations(Map<String,Configuration> configurations)

        Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.

        Parameters:
        configurations - Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
      • withConfigurations

        public CreateAccessPreviewRequest withConfigurations(Map<String,Configuration> configurations)

        Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.

        Parameters:
        configurations - Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearConfigurationsEntries

        public CreateAccessPreviewRequest clearConfigurationsEntries()
        Removes all the entries added into Configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientToken

        public void setClientToken(String clientToken)

        A client token.

        Parameters:
        clientToken - A client token.
      • getClientToken

        public String getClientToken()

        A client token.

        Returns:
        A client token.
      • withClientToken

        public CreateAccessPreviewRequest withClientToken(String clientToken)

        A client token.

        Parameters:
        clientToken - A client token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /