Interface GetConfiguredAudienceModelPolicyResponse.Builder

    • Method Detail

      • configuredAudienceModelArn

        GetConfiguredAudienceModelPolicyResponse.Builder configuredAudienceModelArn​(String configuredAudienceModelArn)

        The Amazon Resource Name (ARN) of the configured audience model.

        Parameters:
        configuredAudienceModelArn - The Amazon Resource Name (ARN) of the configured audience model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configuredAudienceModelPolicy

        GetConfiguredAudienceModelPolicyResponse.Builder configuredAudienceModelPolicy​(String configuredAudienceModelPolicy)

        The configured audience model policy. This is a JSON IAM resource policy.

        Parameters:
        configuredAudienceModelPolicy - The configured audience model policy. This is a JSON IAM resource policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyHash

        GetConfiguredAudienceModelPolicyResponse.Builder policyHash​(String policyHash)

        A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.

        Parameters:
        policyHash - A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.