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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateWorkforceResponse.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 method 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 © 2023. All rights reserved.