Interface DeleteAccessPointForObjectLambdaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAccessPointForObjectLambdaRequest.Builder,DeleteAccessPointForObjectLambdaRequest>,S3ControlRequest.Builder,SdkBuilder<DeleteAccessPointForObjectLambdaRequest.Builder,DeleteAccessPointForObjectLambdaRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAccessPointForObjectLambdaRequest
public static interface DeleteAccessPointForObjectLambdaRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccessPointForObjectLambdaRequest.Builder,DeleteAccessPointForObjectLambdaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAccessPointForObjectLambdaRequest.BuilderaccountId(String accountId)The account ID for the account that owns the specified Object Lambda Access Point.DeleteAccessPointForObjectLambdaRequest.Buildername(String name)The name of the access point you want to delete.DeleteAccessPointForObjectLambdaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAccessPointForObjectLambdaRequest.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.s3control.model.S3ControlRequest.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
-
accountId
DeleteAccessPointForObjectLambdaRequest.Builder accountId(String accountId)
The account ID for the account that owns the specified Object Lambda Access Point.
- Parameters:
accountId- The account ID for the account that owns the specified Object Lambda Access Point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DeleteAccessPointForObjectLambdaRequest.Builder name(String name)
The name of the access point you want to delete.
- Parameters:
name- The name of the access point you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAccessPointForObjectLambdaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAccessPointForObjectLambdaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-