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() |
|