Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SourceIpConfig.Builder
-
Packages that use SourceIpConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SourceIpConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SourceIpConfig.Builder Modifier and Type Method Description static SourceIpConfig.BuilderSourceIpConfig. builder()SourceIpConfig.BuilderSourceIpConfig.Builder. cidrs(String... cidrs)A list of one to ten Classless Inter-Domain Routing (CIDR) values.SourceIpConfig.BuilderSourceIpConfig.Builder. cidrs(Collection<String> cidrs)A list of one to ten Classless Inter-Domain Routing (CIDR) values.SourceIpConfig.BuilderSourceIpConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SourceIpConfig.Builder Modifier and Type Method Description static Class<? extends SourceIpConfig.Builder>SourceIpConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SourceIpConfig.Builder Modifier and Type Method Description default CreateWorkforceRequest.BuilderCreateWorkforceRequest.Builder. sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)Sets the value of the SourceIpConfig property for this object.default UpdateWorkforceRequest.BuilderUpdateWorkforceRequest.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.default Workforce.BuilderWorkforce.Builder. sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list.
-