public static interface VpcEndpointConnection.Builder extends SdkPojo, CopyableBuilder<VpcEndpointConnection.Builder,VpcEndpointConnection>
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection.Builder |
creationTimestamp(Instant creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpointConnection.Builder |
serviceId(String serviceId)
The ID of the service to which the endpoint is connected.
|
VpcEndpointConnection.Builder |
vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpointConnection.Builder |
vpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
|
VpcEndpointConnection.Builder |
vpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
|
VpcEndpointConnection.Builder |
vpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
|
copy
applyMutation, build
VpcEndpointConnection.Builder serviceId(String serviceId)
The ID of the service to which the endpoint is connected.
serviceId
- The ID of the service to which the endpoint is connected.VpcEndpointConnection.Builder vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
vpcEndpointId
- The ID of the VPC endpoint.VpcEndpointConnection.Builder vpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
vpcEndpointOwner
- The AWS account ID of the owner of the VPC endpoint.VpcEndpointConnection.Builder vpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
VpcEndpointConnection.Builder vpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
VpcEndpointConnection.Builder creationTimestamp(Instant creationTimestamp)
The date and time the VPC endpoint was created.
creationTimestamp
- The date and time the VPC endpoint was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.