Interface DisassociateMpaTeamRequest.Builder

  • Method Details

    • action

      The protected operation to disassociate from the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.

      Parameters:
      action - The protected operation to disassociate from 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 disassociate from the MPA team. Currently, the only supported value is IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE.

      Parameters:
      action - The protected operation to disassociate from 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:
    • requesterComment

      DisassociateMpaTeamRequest.Builder requesterComment(String requesterComment)

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

      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 disassociation.

      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

      DisassociateMpaTeamRequest.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.