Interface GetPrimaryEmailResponse.Builder

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

public static interface GetPrimaryEmailResponse.Builder extends AccountResponse.Builder, SdkPojo, CopyableBuilder<GetPrimaryEmailResponse.Builder,GetPrimaryEmailResponse>
  • Method Details

    • primaryEmail

      GetPrimaryEmailResponse.Builder primaryEmail(String primaryEmail)

      Retrieves the primary email address associated with the specified account.

      Parameters:
      primaryEmail - Retrieves the primary email address associated with the specified account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.