static GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.builder() |
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.configurationDefinitions(Collection<ConfigurationDefinition> configurationDefinitions) |
The configuration definitions association with the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.configurationDefinitions(Consumer<ConfigurationDefinition.Builder>... configurationDefinitions) |
The configuration definitions association with the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.configurationDefinitions(ConfigurationDefinition... configurationDefinitions) |
The configuration definitions association with the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.createdAt(Instant createdAt) |
The datetime stamp when the configuration manager was created.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.description(String description) |
The description of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.lastModifiedAt(Instant lastModifiedAt) |
The datetime stamp when the configuration manager was last updated.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.managerArn(String managerArn) |
The ARN of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.name(String name) |
The name of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.statusSummaries(Collection<StatusSummary> statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.statusSummaries(Consumer<StatusSummary.Builder>... statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.statusSummaries(StatusSummary... statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.Builder.tags(Map<String,String> tags) |
Key-value pairs of metadata to assign to the configuration manager.
|
GetConfigurationManagerResponse.Builder |
GetConfigurationManagerResponse.toBuilder() |
|