public static interface DescribeWorkforceResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkforceResponse.Builder,DescribeWorkforceResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeWorkforceResponse.Builder |
workforce(Consumer<Workforce.Builder> workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
DescribeWorkforceResponse.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
DescribeWorkforceResponse.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 DescribeWorkforceResponse.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.