| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static Workforce.Builder |
Workforce.builder() |
Workforce.Builder |
Workforce.Builder.cognitoConfig(CognitoConfig cognitoConfig)
The configuration of an Amazon Cognito workforce.
|
default Workforce.Builder |
Workforce.Builder.cognitoConfig(Consumer<CognitoConfig.Builder> cognitoConfig)
The configuration of an Amazon Cognito workforce.
|
Workforce.Builder |
Workforce.Builder.createDate(Instant createDate)
The date that the workforce is created.
|
Workforce.Builder |
Workforce.Builder.lastUpdatedDate(Instant lastUpdatedDate)
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's
allow list.
|
default Workforce.Builder |
Workforce.Builder.oidcConfig(Consumer<OidcConfigForResponse.Builder> oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Workforce.Builder |
Workforce.Builder.oidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
default Workforce.Builder |
Workforce.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the
workforce allow list.
|
Workforce.Builder |
Workforce.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the
workforce allow list.
|
Workforce.Builder |
Workforce.Builder.subDomain(String subDomain)
The subdomain for your OIDC Identity Provider.
|
Workforce.Builder |
Workforce.toBuilder() |
Workforce.Builder |
Workforce.Builder.workforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the private workforce.
|
Workforce.Builder |
Workforce.Builder.workforceName(String workforceName)
The name of the private workforce.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Workforce.Builder> |
Workforce.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkforceResponse.Builder |
UpdateWorkforceResponse.Builder.workforce(Consumer<Workforce.Builder> workforce)
A single private workforce.
|
default DescribeWorkforceResponse.Builder |
DescribeWorkforceResponse.Builder.workforce(Consumer<Workforce.Builder> workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
Copyright © 2021. All rights reserved.