Interface VpcIngressConnectionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcIngressConnectionSummary.Builder,VpcIngressConnectionSummary>,SdkBuilder<VpcIngressConnectionSummary.Builder,VpcIngressConnectionSummary>,SdkPojo
- Enclosing class:
- VpcIngressConnectionSummary
public static interface VpcIngressConnectionSummary.Builder extends SdkPojo, CopyableBuilder<VpcIngressConnectionSummary.Builder,VpcIngressConnectionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcIngressConnectionSummary.BuilderserviceArn(String serviceArn)The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.VpcIngressConnectionSummary.BuildervpcIngressConnectionArn(String vpcIngressConnectionArn)The Amazon Resource Name (ARN) of the VPC Ingress Connection.-
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, sdkFields
-
-
-
-
Method Detail
-
vpcIngressConnectionArn
VpcIngressConnectionSummary.Builder vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
- Parameters:
vpcIngressConnectionArn- The Amazon Resource Name (ARN) of the VPC Ingress Connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
VpcIngressConnectionSummary.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
- Parameters:
serviceArn- The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-