public static interface UpdateWorkforceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkforceRequest.Builder,UpdateWorkforceRequest>
Modifier and Type | Method and Description |
---|---|
default 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 |
oidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your
own IdP.
|
UpdateWorkforceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkforceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default 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 |
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 |
workforceName(String workforceName)
The name of the private workforce that you want to update.
|
default UpdateWorkforceRequest.Builder |
workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
UpdateWorkforceRequest.Builder |
workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateWorkforceRequest.Builder workforceName(String workforceName)
The name of the private workforce that you want to update. You can find your workforce name by using the operation.
workforceName
- The name of the private workforce that you want to update. You can find your workforce name by using
the operation.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.
Maximum: Ten CIDR values
sourceIpConfig
- A list of one to ten worker IP address ranges (CIDRs) that can be used
to access tasks assigned to this workforce.
Maximum: Ten CIDR values
default 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.
Maximum: Ten CIDR values
This is a convenience method that creates an instance of theSourceIpConfig.Builder
avoiding the need
to create one manually via SourceIpConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to sourceIpConfig(SourceIpConfig)
.sourceIpConfig
- a consumer that will call methods on SourceIpConfig.Builder
sourceIpConfig(SourceIpConfig)
UpdateWorkforceRequest.Builder oidcConfig(OidcConfig oidcConfig)
Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.
oidcConfig
- Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made
using your own IdP.default 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.
This is a convenience method that creates an instance of theOidcConfig.Builder
avoiding the need to
create one manually via OidcConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to oidcConfig(OidcConfig)
.oidcConfig
- a consumer that will call methods on OidcConfig.Builder
oidcConfig(OidcConfig)
UpdateWorkforceRequest.Builder workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
workforceVpcConfig
- Use this parameter to update your VPC configuration for a workforce.default UpdateWorkforceRequest.Builder workforceVpcConfig(Consumer<WorkforceVpcConfigRequest.Builder> workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
This is a convenience method that creates an instance of theWorkforceVpcConfigRequest.Builder
avoiding the need to create one manually via WorkforceVpcConfigRequest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to workforceVpcConfig(WorkforceVpcConfigRequest)
.workforceVpcConfig
- a consumer that will call methods on WorkforceVpcConfigRequest.Builder
workforceVpcConfig(WorkforceVpcConfigRequest)
UpdateWorkforceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateWorkforceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.