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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPrimaryEmailResponse.BuilderprimaryEmail(String primaryEmail)Retrieves the primary email address associated with the specified account.-
Methods inherited from interface software.amazon.awssdk.services.account.model.AccountResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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.
-
-