| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static SourceIpConfig.Builder |
SourceIpConfig.builder() |
SourceIpConfig.Builder |
SourceIpConfig.Builder.cidrs(Collection<String> cidrs)
A list of one to ten Classless
Inter-Domain Routing (CIDR) values.
|
SourceIpConfig.Builder |
SourceIpConfig.Builder.cidrs(String... cidrs)
A list of one to ten Classless
Inter-Domain Routing (CIDR) values.
|
SourceIpConfig.Builder |
SourceIpConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SourceIpConfig.Builder> |
SourceIpConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default Workforce.Builder |
Workforce.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the
workforce allow list.
|
default CreateWorkforceRequest.Builder |
CreateWorkforceRequest.Builder.sourceIpConfig(Consumer<SourceIpConfig.Builder> sourceIpConfig)
Sets the value of the SourceIpConfig property for this object.
|
Copyright © 2022. All rights reserved.