public static interface UpdateWorkteamResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkteamResponse.Builder,UpdateWorkteamResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateWorkteamResponse.Builder |
workteam(Consumer<Workteam.Builder> workteam)
A
Workteam object that describes the updated work team. |
UpdateWorkteamResponse.Builder |
workteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateWorkteamResponse.Builder workteam(Workteam workteam)
A Workteam
object that describes the updated work team.
workteam
- A Workteam
object that describes the updated work team.default UpdateWorkteamResponse.Builder workteam(Consumer<Workteam.Builder> workteam)
A Workteam
object that describes the updated 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.