Endpoint.Builder |
Endpoint.Builder.accessType(String accessType) |
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
Endpoint.Builder |
Endpoint.Builder.accessType(EndpointAccessType accessType) |
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
static Endpoint.Builder |
Endpoint.builder() |
|
Endpoint.Builder |
Endpoint.Builder.cidrBlock(String cidrBlock) |
The VPC CIDR committed by this endpoint.
|
Endpoint.Builder |
Endpoint.Builder.creationTime(Instant creationTime) |
The time the endpoint was created.
|
Endpoint.Builder |
Endpoint.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool) |
The ID of the customer-owned IPv4 address pool used for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointArn(String endpointArn) |
The Amazon Resource Name (ARN) of the endpoint.
|
default Endpoint.Builder |
Endpoint.Builder.failedReason(Consumer<FailedReason.Builder> failedReason) |
The failure reason, if any, for a create or delete endpoint operation.
|
Endpoint.Builder |
Endpoint.Builder.failedReason(FailedReason failedReason) |
The failure reason, if any, for a create or delete endpoint operation.
|
Endpoint.Builder |
Endpoint.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces) |
The network interface of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces) |
The network interface of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.networkInterfaces(NetworkInterface... networkInterfaces) |
The network interface of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.outpostsId(String outpostsId) |
The ID of the Outposts.
|
Endpoint.Builder |
Endpoint.Builder.securityGroupId(String securityGroupId) |
The ID of the security group used for the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.status(String status) |
The status of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.status(EndpointStatus status) |
The status of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.subnetId(String subnetId) |
The ID of the subnet used for the endpoint.
|
Endpoint.Builder |
Endpoint.toBuilder() |
|
Endpoint.Builder |
Endpoint.Builder.vpcId(String vpcId) |
The ID of the VPC used for the endpoint.
|