public static interface UpdateWorkforceRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkforceRequest.Builder,UpdateWorkforceRequest>
| Modifier and Type | Method and Description |
|---|---|
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 whose access you want to restrict.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkforceRequest.Builder workforceName(String workforceName)
The name of the private workforce whose access you want to restrict. WorkforceName is
automatically set to default when a workforce is created and cannot be modified.
workforceName - The name of the private workforce whose access you want to restrict. WorkforceName is
automatically set to default when a workforce is created and cannot be modified.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkforceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.