Class NetworkConfiguration
java.lang.Object
software.amazon.awssdk.services.eventbridge.model.NetworkConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
@Generated("software.amazon.awssdk:codegen")
public final class NetworkConfiguration
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
This structure specifies the network configuration for an ECS task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AwsVpcConfigurationUse this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.static NetworkConfiguration.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends NetworkConfiguration.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
awsvpcConfiguration
Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the
awsvpcnetwork mode.- Returns:
- Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP
address is to be used. This structure is relevant only for ECS tasks that use the
awsvpcnetwork mode.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-