public static interface GetTestResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetTestResponse.Builder,GetTestResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetTestResponse.Builder |
test(Consumer<Test.Builder> test)
A test condition that is evaluated.
|
GetTestResponse.Builder |
test(Test test)
A test condition that is evaluated.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetTestResponse.Builder test(Test test)
A test condition that is evaluated.
test - A test condition that is evaluated.default GetTestResponse.Builder test(Consumer<Test.Builder> test)
A test condition that is evaluated.
This is a convenience that creates an instance of theTest.Builder avoiding the need to create one
manually via Test.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to test(Test).test - a consumer that will call methods on Test.Buildertest(Test)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.