Interface ServiceNetworkEndpointAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceNetworkEndpointAssociation.Builder,
,ServiceNetworkEndpointAssociation> SdkBuilder<ServiceNetworkEndpointAssociation.Builder,
,ServiceNetworkEndpointAssociation> SdkPojo
- Enclosing class:
ServiceNetworkEndpointAssociation
@Mutable
@NotThreadSafe
public static interface ServiceNetworkEndpointAssociation.Builder
extends SdkPojo, CopyableBuilder<ServiceNetworkEndpointAssociation.Builder,ServiceNetworkEndpointAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time that the association was created, in ISO-8601 format.The ID of the association.serviceNetworkArn
(String serviceNetworkArn) The Amazon Resource Name (ARN) of the service network.The state of the association.vpcEndpointId
(String vpcEndpointId) The ID of the VPC endpoint associated with the service network.vpcEndpointOwnerId
(String vpcEndpointOwnerId) The owner of the VPC endpoint associated with the service network.The ID of the VPC for the association.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
-
createdAt
The date and time that the association was created, in ISO-8601 format.
- Parameters:
createdAt
- The date and time that the association was created, in ISO-8601 format.- 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.
-
serviceNetworkArn
The Amazon Resource Name (ARN) of the service network.
- Parameters:
serviceNetworkArn
- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the association.
- Parameters:
state
- The state of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointId
The ID of the VPC endpoint associated with the service network.
- Parameters:
vpcEndpointId
- The ID of the VPC endpoint associated with the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointOwnerId
The owner of the VPC endpoint associated with the service network.
- Parameters:
vpcEndpointOwnerId
- The owner of the VPC endpoint associated with the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcId
The ID of the VPC for the association.
- Parameters:
vpcId
- The ID of the VPC for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-