static Workforce.Builder |
Workforce.builder() |
|
default Workforce.Builder |
Workforce.Builder.cognitoConfig(Consumer<CognitoConfig.Builder> cognitoConfig) |
The configuration of an Amazon Cognito workforce.
|
Workforce.Builder |
Workforce.Builder.cognitoConfig(CognitoConfig 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.failureReason(String failureReason) |
The reason your workforce failed.
|
Workforce.Builder |
Workforce.Builder.lastUpdatedDate(Instant lastUpdatedDate) |
The most recent date that UpdateWorkforce
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.status(String status) |
The status of your workforce.
|
Workforce.Builder |
Workforce.Builder.status(WorkforceStatus status) |
The status of your workforce.
|
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.
|
default Workforce.Builder |
Workforce.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigResponse.Builder> workforceVpcConfig) |
The configuration of a VPC workforce.
|
Workforce.Builder |
Workforce.Builder.workforceVpcConfig(WorkforceVpcConfigResponse workforceVpcConfig) |
The configuration of a VPC workforce.
|