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