Interface DescribeTestCaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<DescribeTestCaseResponse.Builder,,DescribeTestCaseResponse> SdkBuilder<DescribeTestCaseResponse.Builder,,DescribeTestCaseResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeTestCaseResponse
@Mutable
@NotThreadSafe
public static interface DescribeTestCaseResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeTestCaseResponse.Builder,DescribeTestCaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeTestCaseResponse.BuildertestCase(Consumer<TestCase.Builder> testCase) The test case object containing all test case information.The test case object containing all test case information.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
testCase
The test case object containing all test case information.
- Parameters:
testCase- The test case object containing all test case information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testCase
The test case object containing all test case information.
This is a convenience method that creates an instance of theTestCase.Builderavoiding the need to create one manually viaTestCase.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totestCase(TestCase).- Parameters:
testCase- a consumer that will call methods onTestCase.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-