Interface ListTestConfigurationsResponse.Builder
- All Superinterfaces:
AppTestResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTestConfigurationsResponse.Builder,
,ListTestConfigurationsResponse> SdkBuilder<ListTestConfigurationsResponse.Builder,
,ListTestConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListTestConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListTestConfigurationsResponse.Builder
extends AppTestResponse.Builder, SdkPojo, CopyableBuilder<ListTestConfigurationsResponse.Builder,ListTestConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe next token in the test configurations.testConfigurations
(Collection<TestConfigurationSummary> testConfigurations) The test configurations.testConfigurations
(Consumer<TestConfigurationSummary.Builder>... testConfigurations) The test configurations.testConfigurations
(TestConfigurationSummary... testConfigurations) The test configurations.Methods inherited from interface software.amazon.awssdk.services.apptest.model.AppTestResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testConfigurations
ListTestConfigurationsResponse.Builder testConfigurations(Collection<TestConfigurationSummary> testConfigurations) The test configurations.
- Parameters:
testConfigurations
- The test configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurations
ListTestConfigurationsResponse.Builder testConfigurations(TestConfigurationSummary... testConfigurations) The test configurations.
- Parameters:
testConfigurations
- The test configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testConfigurations
ListTestConfigurationsResponse.Builder testConfigurations(Consumer<TestConfigurationSummary.Builder>... testConfigurations) The test configurations.
This is a convenience method that creates an instance of theTestConfigurationSummary.Builder
avoiding the need to create one manually viaTestConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totestConfigurations(List<TestConfigurationSummary>)
.- Parameters:
testConfigurations
- a consumer that will call methods onTestConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next token in the test configurations.
- Parameters:
nextToken
- The next token in the test configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-