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
Modifier and TypeMethodDescriptionserviceArn
(String serviceArn) The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.vpcIngressConnectionArn
(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 Details
-
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
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.
-