Interface AssociateMpaTeamRequest.Builder

  • Method Details

    • action

      The protected operation to associate with the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.

      Parameters:
      action - The protected operation to associate with the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • action

      The protected operation to associate with the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.

      Parameters:
      action - The protected operation to associate with the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mpaTeamArn

      AssociateMpaTeamRequest.Builder mpaTeamArn(String mpaTeamArn)

      The ARN of the MPA team to associate with the protected operation.

      Parameters:
      mpaTeamArn - The ARN of the MPA team to associate with the protected operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requesterComment

      AssociateMpaTeamRequest.Builder requesterComment(String requesterComment)

      The comment from the requester explaining the reason for the association.

      Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.

      Parameters:
      requesterComment - The comment from the requester explaining the reason for the association.

      Don't include personal, confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      AssociateMpaTeamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.