public static interface DescribeWorkteamResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkteamResponse.Builder,DescribeWorkteamResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkteamResponse.Builder |
workteam(Consumer<Workteam.Builder> workteam)
A
Workteam instance that contains information about the work team. |
DescribeWorkteamResponse.Builder |
workteam(Workteam workteam)
A
Workteam instance that contains information about the work team. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeWorkteamResponse.Builder workteam(Workteam workteam)
A Workteam instance that contains information about the work team.
workteam - A Workteam instance that contains information about the work team.default DescribeWorkteamResponse.Builder workteam(Consumer<Workteam.Builder> workteam)
A Workteam instance that contains information about the work team.
Workteam.Builder avoiding the need to create
one manually via Workteam.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to workteam(Workteam).workteam - a consumer that will call methods on Workteam.Builderworkteam(Workteam)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.