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
Modifier and TypeMethodDescriptionproductionListenerRule
(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.targetGroupArn
(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 Details
-
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
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.
-