public static interface UpdateWorkforceResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorkforceResponse.Builder,UpdateWorkforceResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateWorkforceResponse.Builder |
workforce(Consumer<Workforce.Builder> workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
UpdateWorkforceResponse.Builder |
workforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateWorkforceResponse.Builder workforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each AWS Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
workforce
- A single private workforce, which is automatically created when you create your first private work
team. You can create one private work force in each AWS Region. By default, any workforce-related API
operation used in a specific region will apply to the workforce created in that region. To learn how
to create a private workforce, see Create a
Private Workforce.default UpdateWorkforceResponse.Builder workforce(Consumer<Workforce.Builder> workforce)
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each AWS Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
This is a convenience that creates an instance of theWorkforce.Builder
avoiding the need to create
one manually via Workforce.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to workforce(Workforce)
.workforce
- a consumer that will call methods on Workforce.Builder
workforce(Workforce)
Copyright © 2020. All rights reserved.