Interface CreateEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>,S3OutpostsRequest.Builder,SdkBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateEndpointRequest
public static interface CreateEndpointRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEndpointRequest.BuilderaccessType(String accessType)The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.CreateEndpointRequest.BuilderaccessType(EndpointAccessType accessType)The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.CreateEndpointRequest.BuildercustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.CreateEndpointRequest.BuilderoutpostId(String outpostId)The ID of the Outposts.CreateEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateEndpointRequest.BuildersecurityGroupId(String securityGroupId)The ID of the security group to use with the endpoint.CreateEndpointRequest.BuildersubnetId(String subnetId)The ID of the subnet in the selected VPC.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3outposts.model.S3OutpostsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
outpostId
CreateEndpointRequest.Builder outpostId(String outpostId)
The ID of the Outposts.
- Parameters:
outpostId- The ID of the Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupId
CreateEndpointRequest.Builder securityGroupId(String securityGroupId)
The ID of the security group to use with the endpoint.
- Parameters:
securityGroupId- The ID of the security group to use with the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessType
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, chooseCustomerOwnedIp. If you chooseCustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).Privateis the default access type value.- Parameters:
accessType- The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choosePrivate. To use the endpoint with an on-premises network, chooseCustomerOwnedIp. If you chooseCustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).Privateis the default access type value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointAccessType,EndpointAccessType
-
accessType
CreateEndpointRequest.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, chooseCustomerOwnedIp. If you chooseCustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).Privateis the default access type value.- Parameters:
accessType- The type of access for the network connectivity for the Amazon S3 on Outposts endpoint. To use the Amazon Web Services VPC, choosePrivate. To use the endpoint with an on-premises network, chooseCustomerOwnedIp. If you chooseCustomerOwnedIp, you must also provide the customer-owned IP address pool (CoIP pool).Privateis the default access type value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EndpointAccessType,EndpointAccessType
-
customerOwnedIpv4Pool
CreateEndpointRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-