GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.account(String account) |
The ID of the Amazon Web Services account where the configuration was deployed.
|
static GetConfigurationResponse.Builder |
GetConfigurationResponse.builder() |
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.configurationDefinitionId(String configurationDefinitionId) |
The ID of the configuration definition.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.createdAt(Instant createdAt) |
The datetime stamp when the configuration manager was created.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.id(String id) |
A service generated identifier for the configuration.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.lastModifiedAt(Instant lastModifiedAt) |
The datetime stamp when the configuration manager was last updated.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.managerArn(String managerArn) |
The ARN of the configuration manager.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.parameters(Map<String,String> parameters) |
The parameters for the configuration definition type.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.region(String region) |
The Amazon Web Services Region where the configuration was deployed.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.statusSummaries(Collection<StatusSummary> statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.statusSummaries(Consumer<StatusSummary.Builder>... statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.statusSummaries(StatusSummary... statusSummaries) |
A summary of the state of the configuration manager.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.toBuilder() |
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.type(String type) |
The type of the Quick Setup configuration.
|
GetConfigurationResponse.Builder |
GetConfigurationResponse.Builder.typeVersion(String typeVersion) |
The version of the Quick Setup type used.
|