@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkConfig extends Object implements Serializable, Cloneable, StructuredPojo
Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
| Constructor and Description |
|---|
NetworkConfig() |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
VpcConfig |
getVpcConfig() |
int |
hashCode() |
Boolean |
isEnableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
void |
setVpcConfig(VpcConfig vpcConfig) |
String |
toString()
Returns a string representation of this object.
|
NetworkConfig |
withEnableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
|
NetworkConfig |
withVpcConfig(VpcConfig vpcConfig) |
public void setEnableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing
job.public Boolean getEnableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
public NetworkConfig withEnableNetworkIsolation(Boolean enableNetworkIsolation)
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
enableNetworkIsolation - Whether to allow inbound and outbound network calls to and from the containers used for the processing
job.public Boolean isEnableNetworkIsolation()
Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
public void setVpcConfig(VpcConfig vpcConfig)
vpcConfig - public VpcConfig getVpcConfig()
public NetworkConfig withVpcConfig(VpcConfig vpcConfig)
vpcConfig - public String toString()
toString in class ObjectObject.toString()public NetworkConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.