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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeWorkteamResponse.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.Builder
workteam(Workteam)
Copyright © 2022. All rights reserved.