Interface GetAddressListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAddressListResponse.Builder,
,GetAddressListResponse> MailManagerResponse.Builder
,SdkBuilder<GetAddressListResponse.Builder,
,GetAddressListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAddressListResponse
@Mutable
@NotThreadSafe
public static interface GetAddressListResponse.Builder
extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAddressListResponse.Builder,GetAddressListResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaddressListArn
(String addressListArn) The Amazon Resource Name (ARN) of the address list resource.addressListId
(String addressListId) The identifier of the address list resource.addressListName
(String addressListName) A user-friendly name for the address list resource.createdTimestamp
(Instant createdTimestamp) The date of when then address list was created.lastUpdatedTimestamp
(Instant lastUpdatedTimestamp) The date of when the address list was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.mailmanager.model.MailManagerResponse.Builder
build, responseMetadata, responseMetadata
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 Details
-
addressListArn
The Amazon Resource Name (ARN) of the address list resource.
- Parameters:
addressListArn
- The Amazon Resource Name (ARN) of the address list resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressListId
The identifier of the address list resource.
- Parameters:
addressListId
- The identifier of the address list resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressListName
A user-friendly name for the address list resource.
- Parameters:
addressListName
- A user-friendly name for the address list resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The date of when then address list was created.
- Parameters:
createdTimestamp
- The date of when then address list was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTimestamp
The date of when the address list was last updated.
- Parameters:
lastUpdatedTimestamp
- The date of when the address list was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-