Interface ServiceRevisionLoadBalancer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>,SdkBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>,SdkPojo
- Enclosing class:
- ServiceRevisionLoadBalancer
@Mutable @NotThreadSafe public static interface ServiceRevisionLoadBalancer.Builder extends SdkPojo, CopyableBuilder<ServiceRevisionLoadBalancer.Builder,ServiceRevisionLoadBalancer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceRevisionLoadBalancer.BuilderproductionListenerRule(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.ServiceRevisionLoadBalancer.BuildertargetGroupArn(String targetGroupArn)The Amazon Resource Name (ARN) of the target group associated with the service revision.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
targetGroupArn
ServiceRevisionLoadBalancer.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group associated with the service revision.
- Parameters:
targetGroupArn- The Amazon Resource Name (ARN) of the target group associated with the service revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productionListenerRule
ServiceRevisionLoadBalancer.Builder productionListenerRule(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-