Class VpcLatticeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.VpcLatticeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class VpcLatticeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
The VPC Lattice configuration for your service that holds the information for the target group(s) Amazon ECS tasks will be registered to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcLatticeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcLatticeConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringportName()The name of the port mapping to register in the VPC Lattice target group.StringroleArn()The ARN of the IAM role to associate with this VPC Lattice configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcLatticeConfiguration.Builder>serializableBuilderClass()StringtargetGroupArn()The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.VpcLatticeConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
roleArn
public final String roleArn()
The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
- Returns:
- The ARN of the IAM role to associate with this VPC Lattice configuration. This is the Amazon ECS infrastructure IAM role that is used to manage your VPC Lattice infrastructure.
-
targetGroupArn
public final String targetGroupArn()
The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.
- Returns:
- The full Amazon Resource Name (ARN) of the target group or groups associated with the VPC Lattice configuration that the Amazon ECS tasks will be registered to.
-
portName
public final String portName()
The name of the port mapping to register in the VPC Lattice target group. This is the name of the
portMappingyou defined in your task definition.- Returns:
- The name of the port mapping to register in the VPC Lattice target group. This is the name of the
portMappingyou defined in your task definition.
-
toBuilder
public VpcLatticeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcLatticeConfiguration.Builder,VpcLatticeConfiguration>
-
builder
public static VpcLatticeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcLatticeConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-