Interface GetPrimaryEmailUpdateStatusResponse.Builder
- All Superinterfaces:
AccountResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetPrimaryEmailUpdateStatusResponse.Builder,,GetPrimaryEmailUpdateStatusResponse> SdkBuilder<GetPrimaryEmailUpdateStatusResponse.Builder,,GetPrimaryEmailUpdateStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetPrimaryEmailUpdateStatusResponse
@Mutable
@NotThreadSafe
public static interface GetPrimaryEmailUpdateStatusResponse.Builder
extends AccountResponse.Builder, SdkPojo, CopyableBuilder<GetPrimaryEmailUpdateStatusResponse.Builder,GetPrimaryEmailUpdateStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the most recent primary email update request.status(PrimaryEmailUpdateStatus status) The status of the most recent primary email update request.The date and time that the most recent primary email update status was last changed.Methods inherited from interface software.amazon.awssdk.services.account.model.AccountResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the most recent primary email update request.
- Parameters:
status- The status of the most recent primary email update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the most recent primary email update request.
- Parameters:
status- The status of the most recent primary email update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time that the most recent primary email update status was last changed.
- Parameters:
updatedAt- The date and time that the most recent primary email update status was last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-