Interface AddressList.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddressList.Builder,AddressList>,SdkBuilder<AddressList.Builder,AddressList>,SdkPojo
- Enclosing class:
- AddressList
public static interface AddressList.Builder extends SdkPojo, CopyableBuilder<AddressList.Builder,AddressList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressList.BuilderaddressListArn(String addressListArn)The Amazon Resource Name (ARN) of the address list.AddressList.BuilderaddressListId(String addressListId)The identifier of the address list.AddressList.BuilderaddressListName(String addressListName)The user-friendly name of the address list.AddressList.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp of when the address list was created.AddressList.BuilderlastUpdatedTimestamp(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 Detail
-
addressListArn
AddressList.Builder addressListArn(String 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
AddressList.Builder addressListId(String 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
AddressList.Builder addressListName(String 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
AddressList.Builder createdTimestamp(Instant 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
AddressList.Builder lastUpdatedTimestamp(Instant 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.
-
-