Interface CreateAuthenticationProfileResponse.Builder

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

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

    • authenticationProfileName

      CreateAuthenticationProfileResponse.Builder authenticationProfileName(String authenticationProfileName)

      The name of the authentication profile that was created.

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

      CreateAuthenticationProfileResponse.Builder authenticationProfileContent(String authenticationProfileContent)

      The content of the authentication profile in JSON format.

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