public static interface CreateConfigurationSetResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<CreateConfigurationSetResponse.Builder,CreateConfigurationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConfigurationSetResponse.Builder |
configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
|
CreateConfigurationSetResponse.Builder |
configurationSetName(String configurationSetName)
The name of the new configuration set.
|
CreateConfigurationSetResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the configuration set was created, in UNIX epoch
time format.
|
CreateConfigurationSetResponse.Builder |
tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResponse.Builder |
tags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfigurationSetResponse.Builder configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
configurationSetArn - The Amazon Resource Name (ARN) of the newly created configuration set.CreateConfigurationSetResponse.Builder configurationSetName(String configurationSetName)
The name of the new configuration set.
configurationSetName - The name of the new configuration set.CreateConfigurationSetResponse.Builder tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
tags - An array of key and value pair tags that's associated with the configuration set.CreateConfigurationSetResponse.Builder tags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
tags - An array of key and value pair tags that's associated with the configuration set.CreateConfigurationSetResponse.Builder tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the configuration set.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateConfigurationSetResponse.Builder createdTimestamp(Instant createdTimestamp)
The time when the configuration set was created, in UNIX epoch time format.
createdTimestamp - The time when the configuration set was created, in UNIX
epoch time format.Copyright © 2023. All rights reserved.