static GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.builder() |
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.creationTime(Instant creationTime) |
The creation time of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.description(String description) |
The description of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.lastUpdateTime(Instant lastUpdateTime) |
The last update time of the test configuration.
|
default GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.latestVersion(Consumer<TestConfigurationLatestVersion.Builder> latestVersion) |
The latest version of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.latestVersion(TestConfigurationLatestVersion latestVersion) |
The latest version of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.name(String name) |
The test configuration name
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.properties(Map<String,String> properties) |
The properties of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.resources(Collection<Resource> resources) |
The resources of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.resources(Consumer<Resource.Builder>... resources) |
The resources of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.resources(Resource... resources) |
The resources of the test configuration.
|
default GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.serviceSettings(Consumer<ServiceSettings.Builder> serviceSettings) |
The service settings of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.serviceSettings(ServiceSettings serviceSettings) |
The service settings of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.status(String status) |
The status of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.status(TestConfigurationLifecycle status) |
The status of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.statusReason(String statusReason) |
The status reason of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.tags(Map<String,String> tags) |
The tags of the test configuration.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.testConfigurationArn(String testConfigurationArn) |
The test configuration Amazon Resource Name (ARN).
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.testConfigurationId(String testConfigurationId) |
The response test configuration ID.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.Builder.testConfigurationVersion(Integer testConfigurationVersion) |
The test configuration version.
|
GetTestConfigurationResponse.Builder |
GetTestConfigurationResponse.toBuilder() |
|