Interface GetAccessGrantsLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetAccessGrantsLocationRequest.Builder,GetAccessGrantsLocationRequest>,S3ControlRequest.Builder,SdkBuilder<GetAccessGrantsLocationRequest.Builder,GetAccessGrantsLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAccessGrantsLocationRequest
public static interface GetAccessGrantsLocationRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<GetAccessGrantsLocationRequest.Builder,GetAccessGrantsLocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccessGrantsLocationRequest.BuilderaccessGrantsLocationId(String accessGrantsLocationId)The ID of the registered location that you are retrieving.GetAccessGrantsLocationRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that is making this request.GetAccessGrantsLocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessGrantsLocationRequest.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
GetAccessGrantsLocationRequest.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
GetAccessGrantsLocationRequest.Builder accessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are retrieving. S3 Access Grants assigns this ID when you register 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 retrieving. S3 Access Grants assigns this ID when you register 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
GetAccessGrantsLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAccessGrantsLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-