Interface ModifyAuthenticationProfileResponse.Builder

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

public static interface ModifyAuthenticationProfileResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<ModifyAuthenticationProfileResponse.Builder,ModifyAuthenticationProfileResponse>
  • Method Details

    • authenticationProfileName

      ModifyAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName)

      The name of the authentication profile that was replaced.

      Parameters:
      authenticationProfileName - The name of the authentication profile that was replaced.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authenticationProfileContent

      ModifyAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent)

      The updated content of the authentication profile in JSON format.

      Parameters:
      authenticationProfileContent - The updated content of the authentication profile in JSON format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.