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 on-premise network connectivity for the Outpost endpoint.
|
CreateEndpointRequest.Builder |
accessType(String accessType)
The type of access for the on-premise network connectivity for the Outpost endpoint.
|
CreateEndpointRequest.Builder |
customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 pool for the endpoint.
|
CreateEndpointRequest.Builder |
outpostId(String outpostId)
The ID of the AWS 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 AWS Outposts.
outpostId - The ID of the AWS 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 the 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 the
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 on-premise network connectivity for the Outpost endpoint. To access the endpoint from an on-premises network, you must specify the access type and provide the customer owned IPv4 pool.
accessType - The type of access for the on-premise network connectivity for the Outpost endpoint. To access the
endpoint from an on-premises network, you must specify the access type and provide the customer owned
IPv4 pool.EndpointAccessType,
EndpointAccessTypeCreateEndpointRequest.Builder accessType(EndpointAccessType accessType)
The type of access for the on-premise network connectivity for the Outpost endpoint. To access the endpoint from an on-premises network, you must specify the access type and provide the customer owned IPv4 pool.
accessType - The type of access for the on-premise network connectivity for the Outpost endpoint. To access the
endpoint from an on-premises network, you must specify the access type and provide the customer owned
IPv4 pool.EndpointAccessType,
EndpointAccessTypeCreateEndpointRequest.Builder customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 pool for the endpoint. IP addresses will be allocated from this pool for the endpoint.
customerOwnedIpv4Pool - The ID of the customer-owned IPv4 pool for the endpoint. IP addresses will be 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 © 2021. All rights reserved.