public static interface GetSuiteResponse.Builder extends DeviceFarmResponse.Builder, CopyableBuilder<GetSuiteResponse.Builder,GetSuiteResponse>
Modifier and Type | Method and Description |
---|---|
default GetSuiteResponse.Builder |
suite(Consumer<Suite.Builder> suite)
A collection of one or more tests.
|
GetSuiteResponse.Builder |
suite(Suite suite)
A collection of one or more tests.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetSuiteResponse.Builder suite(Suite suite)
A collection of one or more tests.
suite
- A collection of one or more tests.default GetSuiteResponse.Builder suite(Consumer<Suite.Builder> suite)
A collection of one or more tests.
This is a convenience that creates an instance of theSuite.Builder
avoiding the need to create one
manually via Suite.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to suite(Suite)
.suite
- a consumer that will call methods on Suite.Builder
suite(Suite)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.