public static interface CreateEndpointRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
outpostId(String outpostId)
The ID of the AWS Outpost.
|
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 Outpost.
outpostId - The ID of the AWS Outpost.CreateEndpointRequest.Builder subnetId(String subnetId)
The ID of the subnet in the selected VPC.
subnetId - The ID of the subnet in the selected VPC.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.