static CreateWorkforceRequest.Builder |
CreateWorkforceRequest.builder() |
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.cognitoConfig(Consumer<CognitoConfig.Builder> cognitoConfig) |
Use this parameter to configure an Amazon Cognito private workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.cognitoConfig(CognitoConfig cognitoConfig) |
Use this parameter to configure an Amazon Cognito private workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.oidcConfig(Consumer<OidcConfig.Builder> oidcConfig) |
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.oidcConfig(OidcConfig oidcConfig) |
Use this parameter to configure a private workforce using your own OIDC Identity Provider.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig) |
Sets the value of the SourceIpConfig property for this object.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig) |
Sets the value of the SourceIpConfig property for this object.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.tags(Tag... tags) |
An array of key-value pairs that contain metadata to help you categorize and organize our workforce.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.toBuilder() |
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceName(String workforceName) |
The name of the private workforce.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig) |
Use this parameter to configure a workforce using VPC.
|
CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig) |
Use this parameter to configure a workforce using VPC.
|