| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.builder() |
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.configurationSetArn(String configurationSetArn)
The Amazon Resource Name (ARN) of the newly created configuration set.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.configurationSetName(String configurationSetName)
The name of the new configuration set.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.createdTimestamp(Instant createdTimestamp)
The time when the configuration set was created, in UNIX epoch
time format.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.tags(Collection<Tag> tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.Builder.tags(Tag... tags)
An array of key and value pair tags that's associated with the configuration set.
|
CreateConfigurationSetResponse.Builder |
CreateConfigurationSetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateConfigurationSetResponse.Builder> |
CreateConfigurationSetResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.