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.
|
UpdateWorkforceResponse.Builder |
workforce(Workforce workforce)
A single private workforce.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkforceResponse.Builder workforce(Workforce workforce)
A single private workforce. You can create one private work force in each Amazon Web Services 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. You can create one private work force in each Amazon Web Services 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. You can create one private work force in each Amazon Web Services 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.Builderworkforce(Workforce)Copyright © 2021. All rights reserved.