Interface DeleteResourceEndpointAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteResourceEndpointAssociationResponse.Builder,
,DeleteResourceEndpointAssociationResponse> SdkBuilder<DeleteResourceEndpointAssociationResponse.Builder,
,DeleteResourceEndpointAssociationResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
DeleteResourceEndpointAssociationResponse
@Mutable
@NotThreadSafe
public static interface DeleteResourceEndpointAssociationResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<DeleteResourceEndpointAssociationResponse.Builder,DeleteResourceEndpointAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the association.The ID of the association.resourceConfigurationArn
(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.resourceConfigurationId
(String resourceConfigurationId) The ID of the resource configuration.vpcEndpointId
(String vpcEndpointId) The ID of the resource VPC endpoint that is associated with the resource configuration.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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the association.
- Parameters:
id
- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationArn
DeleteResourceEndpointAssociationResponse.Builder resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.
- Parameters:
resourceConfigurationArn
- The Amazon Resource Name (ARN) of the resource configuration associated with the VPC endpoint of type resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationId
DeleteResourceEndpointAssociationResponse.Builder resourceConfigurationId(String resourceConfigurationId) The ID of the resource configuration.
- Parameters:
resourceConfigurationId
- The ID of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the resource VPC endpoint that is associated with the resource configuration.
- Parameters:
vpcEndpointId
- The ID of the resource VPC endpoint that is associated with the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-