Interface CreateOptOutListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateOptOutListResponse.Builder,
,CreateOptOutListResponse> PinpointSmsVoiceV2Response.Builder
,SdkBuilder<CreateOptOutListResponse.Builder,
,CreateOptOutListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateOptOutListResponse
@Mutable
@NotThreadSafe
public static interface CreateOptOutListResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateOptOutListResponse.Builder,CreateOptOutListResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time when the pool was created, in UNIX epoch time format.optOutListArn
(String optOutListArn) The Amazon Resource Name (ARN) for the OptOutList.optOutListName
(String optOutListName) The name of the new OptOutList.tags
(Collection<Tag> tags) An array of tags (key and value pairs) associated with the new OptOutList.tags
(Consumer<Tag.Builder>... tags) An array of tags (key and value pairs) associated with the new OptOutList.An array of tags (key and value pairs) associated with the new OptOutList.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.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
-
optOutListArn
The Amazon Resource Name (ARN) for the OptOutList.
- Parameters:
optOutListArn
- The Amazon Resource Name (ARN) for the OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optOutListName
The name of the new OptOutList.
- Parameters:
optOutListName
- The name of the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of tags (key and value pairs) associated with the new OptOutList.
- Parameters:
tags
- An array of tags (key and value pairs) associated with the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of tags (key and value pairs) associated with the new OptOutList.
- Parameters:
tags
- An array of tags (key and value pairs) associated with the new OptOutList.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
An array of tags (key and value pairs) associated with the new OptOutList.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The time when the pool was created, in UNIX epoch time format.
- Parameters:
createdTimestamp
- The time when the pool was created, in UNIX epoch time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-