Class ServiceRevisionLoadBalancer
- java.lang.Object
-
- software.amazon.awssdk.services.ecs.model.ServiceRevisionLoadBalancer
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>
@Generated("software.amazon.awssdk:codegen") public final class ServiceRevisionLoadBalancer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>
The resolved load balancer configuration for a service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceRevisionLoadBalancer.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceRevisionLoadBalancer.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringproductionListenerRule()The Amazon Resource Name (ARN) of the production listener rule or listener that directs traffic to the target group associated with the service revision.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ServiceRevisionLoadBalancer.Builder>serializableBuilderClass()StringtargetGroupArn()The Amazon Resource Name (ARN) of the target group associated with the service revision.ServiceRevisionLoadBalancer.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
-
targetGroupArn
public final String targetGroupArn()
The Amazon Resource Name (ARN) of the target group associated with the service revision.
- Returns:
- The Amazon Resource Name (ARN) of the target group associated with the service revision.
-
productionListenerRule
public final String productionListenerRule()
The Amazon Resource Name (ARN) of the production listener rule or listener that directs traffic to the target group associated with the service revision.
- Returns:
- The Amazon Resource Name (ARN) of the production listener rule or listener that directs traffic to the target group associated with the service revision.
-
toBuilder
public ServiceRevisionLoadBalancer.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>
-
builder
public static ServiceRevisionLoadBalancer.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceRevisionLoadBalancer.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
-
-