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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkforceRequest.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 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.BuildersourceIpConfig(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 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.BuilderoidcConfig(OidcConfig)UpdateWorkforceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkforceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.