Interface DeleteEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteEndpointRequest.Builder,DeleteEndpointRequest>,S3OutpostsRequest.Builder,SdkBuilder<DeleteEndpointRequest.Builder,DeleteEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteEndpointRequest
public static interface DeleteEndpointRequest.Builder extends S3OutpostsRequest.Builder, SdkPojo, CopyableBuilder<DeleteEndpointRequest.Builder,DeleteEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteEndpointRequest.BuilderendpointId(String endpointId)The ID of the endpoint.DeleteEndpointRequest.BuilderoutpostId(String outpostId)The ID of the Outposts.DeleteEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
endpointId
DeleteEndpointRequest.Builder endpointId(String endpointId)
The ID of the endpoint.
- Parameters:
endpointId- The ID of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outpostId
DeleteEndpointRequest.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.
-
overrideConfiguration
DeleteEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-