Interface ResourceEndpointAssociationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceEndpointAssociationSummary.Builder,
,ResourceEndpointAssociationSummary> SdkBuilder<ResourceEndpointAssociationSummary.Builder,
,ResourceEndpointAssociationSummary> SdkPojo
- Enclosing class:
ResourceEndpointAssociationSummary
@Mutable
@NotThreadSafe
public static interface ResourceEndpointAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<ResourceEndpointAssociationSummary.Builder,ResourceEndpointAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the VPC endpoint association.The date and time that the VPC endpoint association was created, in ISO-8601 format.The account that created the association.The ID of the VPC endpoint association.resourceConfigurationArn
(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration.resourceConfigurationId
(String resourceConfigurationId) The ID of the resource configuration.resourceConfigurationName
(String resourceConfigurationName) The name of the resource configuration.vpcEndpointId
(String vpcEndpointId) The ID of the VPC endpoint.vpcEndpointOwner
(String vpcEndpointOwner) The owner of the VPC endpoint.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
-
arn
The Amazon Resource Name (ARN) of the VPC endpoint association.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the VPC endpoint association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the VPC endpoint association was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the VPC endpoint association was created, in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The account that created the association.
- Parameters:
createdBy
- The account that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the VPC endpoint association.
- Parameters:
id
- The ID of the VPC endpoint association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationArn
ResourceEndpointAssociationSummary.Builder resourceConfigurationArn(String resourceConfigurationArn) The Amazon Resource Name (ARN) of the resource configuration.
- Parameters:
resourceConfigurationArn
- The Amazon Resource Name (ARN) of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
resourceConfigurationName
ResourceEndpointAssociationSummary.Builder resourceConfigurationName(String resourceConfigurationName) The name of the resource configuration.
- Parameters:
resourceConfigurationName
- The name of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the VPC endpoint.
- Parameters:
vpcEndpointId
- The ID of the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointOwner
The owner of the VPC endpoint.
- Parameters:
vpcEndpointOwner
- The owner of the VPC endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-