Interface DeleteAccessGrantsLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAccessGrantsLocationRequest.Builder,DeleteAccessGrantsLocationRequest>,S3ControlRequest.Builder,SdkBuilder<DeleteAccessGrantsLocationRequest.Builder,DeleteAccessGrantsLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAccessGrantsLocationRequest
public static interface DeleteAccessGrantsLocationRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<DeleteAccessGrantsLocationRequest.Builder,DeleteAccessGrantsLocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAccessGrantsLocationRequest.BuilderaccessGrantsLocationId(String accessGrantsLocationId)The ID of the registered location that you are deregistering from your S3 Access Grants instance.DeleteAccessGrantsLocationRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that is making this request.DeleteAccessGrantsLocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAccessGrantsLocationRequest.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
DeleteAccessGrantsLocationRequest.Builder accountId(String accountId)
The ID of the Amazon Web Services account that is making this request.
- Parameters:
accountId- The ID of the Amazon Web Services account that is making this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessGrantsLocationId
DeleteAccessGrantsLocationRequest.Builder accessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are deregistering from your S3 Access Grants instance. S3 Access Grants assigned this ID when you registered the location. S3 Access Grants assigns the ID
defaultto the default locations3://and assigns an auto-generated ID to other locations that you register.- Parameters:
accessGrantsLocationId- The ID of the registered location that you are deregistering from your S3 Access Grants instance. S3 Access Grants assigned this ID when you registered the location. S3 Access Grants assigns the IDdefaultto the default locations3://and assigns an auto-generated ID to other locations that you register.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAccessGrantsLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAccessGrantsLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-