Interface GetConfiguredAudienceModelPolicyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CleanRoomsMlResponse.Builder, CopyableBuilder<GetConfiguredAudienceModelPolicyResponse.Builder,GetConfiguredAudienceModelPolicyResponse>, SdkBuilder<GetConfiguredAudienceModelPolicyResponse.Builder,GetConfiguredAudienceModelPolicyResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetConfiguredAudienceModelPolicyResponse

  • Method Details

    • 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

      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.