static UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.builder() |
|
default UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.oidcConfig(Consumer<OidcConfig.Builder> oidcConfig) |
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your
own IdP.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.oidcConfig(OidcConfig oidcConfig) |
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your
own IdP.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig) |
A list of one to ten worker IP address ranges ( CIDRs) that can be used to
access tasks assigned to this workforce.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.sourceIpConfig(SourceIpConfig sourceIpConfig) |
A list of one to ten worker IP address ranges ( CIDRs) that can be used to
access tasks assigned to this workforce.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.toBuilder() |
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.workforceName(String workforceName) |
The name of the private workforce that you want to update.
|
default UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig) |
Use this parameter to update your VPC configuration for a workforce.
|
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig) |
Use this parameter to update your VPC configuration for a workforce.
|