Class TrafficSourceAttachmentTrafficSourceArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.autoscaling.inputs.TrafficSourceAttachmentTrafficSourceArgs.Builder
-
- Enclosing class:
- TrafficSourceAttachmentTrafficSourceArgs
public static final class TrafficSourceAttachmentTrafficSourceArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TrafficSourceAttachmentTrafficSourceArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrafficSourceAttachmentTrafficSourceArgs
build()
TrafficSourceAttachmentTrafficSourceArgs.Builder
identifier(com.pulumi.core.Output<java.lang.String> identifier)
TrafficSourceAttachmentTrafficSourceArgs.Builder
identifier(java.lang.String identifier)
TrafficSourceAttachmentTrafficSourceArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
TrafficSourceAttachmentTrafficSourceArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TrafficSourceAttachmentTrafficSourceArgs defaults)
-
-
Method Detail
-
identifier
public TrafficSourceAttachmentTrafficSourceArgs.Builder identifier(com.pulumi.core.Output<java.lang.String> identifier)
- Parameters:
identifier
- Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.- Returns:
- builder
-
identifier
public TrafficSourceAttachmentTrafficSourceArgs.Builder identifier(java.lang.String identifier)
- Parameters:
identifier
- Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.- Returns:
- builder
-
type
public TrafficSourceAttachmentTrafficSourceArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- Provides additional context for the value of `identifier`. The following lists the valid values: `elb` if `identifier` is the name of a Classic Load Balancer. `elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. `vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.- Returns:
- builder
-
type
public TrafficSourceAttachmentTrafficSourceArgs.Builder type(java.lang.String type)
- Parameters:
type
- Provides additional context for the value of `identifier`. The following lists the valid values: `elb` if `identifier` is the name of a Classic Load Balancer. `elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. `vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.- Returns:
- builder
-
build
public TrafficSourceAttachmentTrafficSourceArgs build()
-
-