| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateWorkforceResponse> |
SageMakerAsyncClient.updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)
Use this operation to update your workforce.
|
default UpdateWorkforceResponse |
SageMakerClient.updateWorkforce(Consumer<UpdateWorkforceRequest.Builder> updateWorkforceRequest)
Use this operation to update your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkforceRequest.Builder |
UpdateWorkforceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkforceRequest.Builder> |
UpdateWorkforceRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.