public static interface CreateEndpointRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
accessType(EndpointAccessType accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
CreateEndpointRequest.Builder |
accessType(String accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
CreateEndpointRequest.Builder |
customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.
|
CreateEndpointRequest.Builder |
outpostId(String outpostId)
The ID of the Outposts.
|
CreateEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointRequest.Builder |
securityGroupId(String securityGroupId)
The ID of the security group to use with the endpoint.
|
CreateEndpointRequest.Builder |
subnetId(String subnetId)
The ID of the subnet in the selected VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointRequest.Builder outpostId(String outpostId)
The ID of the Outposts.
outpostId - The ID of the Outposts.CreateEndpointRequest.Builder subnetId(String subnetId)
The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has Amazon S3 on Outposts provisioned.
subnetId - The ID of the subnet in the selected VPC. The endpoint subnet must belong to the Outpost that has
Amazon S3 on Outposts provisioned.CreateEndpointRequest.Builder securityGroupId(String securityGroupId)
The ID of the security group to use with the endpoint.
securityGroupId - The ID of the security group to use with the endpoint.CreateEndpointRequest.Builder accessType(String accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web
Services VPC, choose Private. To use the endpoint with an on-premises network, choose
CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the
customer-owned IP address pool (CoIP pool).
Private is the default access type value.
accessType - The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the
Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network,
choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide
the customer-owned IP address pool (CoIP pool).
Private is the default access type value.
EndpointAccessType,
EndpointAccessTypeCreateEndpointRequest.Builder accessType(EndpointAccessType accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web
Services VPC, choose Private. To use the endpoint with an on-premises network, choose
CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide the
customer-owned IP address pool (CoIP pool).
Private is the default access type value.
accessType - The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the
Amazon Web Services VPC, choose Private. To use the endpoint with an on-premises network,
choose CustomerOwnedIp. If you choose CustomerOwnedIp, you must also provide
the customer-owned IP address pool (CoIP pool).
Private is the default access type value.
EndpointAccessType,
EndpointAccessTypeCreateEndpointRequest.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are allocated from this pool for the endpoint.
customerOwnedIpv4Pool - The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint. IP addresses are
allocated from this pool for the endpoint.CreateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.