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