| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.accessType(EndpointAccessType accessType)
The type of connectivity used to access the Amazon S3 on Outposts endpoint.
|
Endpoint.Builder |
Endpoint.Builder.accessType(String 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.
|
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(EndpointStatus status)
The status of the endpoint.
|
Endpoint.Builder |
Endpoint.Builder.status(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Endpoint.Builder> |
Endpoint.serializableBuilderClass() |
Copyright © 2023. All rights reserved.