Interface UpdateAccessGrantsLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccessGrantsLocationRequest.Builder,UpdateAccessGrantsLocationRequest>,S3ControlRequest.Builder,SdkBuilder<UpdateAccessGrantsLocationRequest.Builder,UpdateAccessGrantsLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAccessGrantsLocationRequest
public static interface UpdateAccessGrantsLocationRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccessGrantsLocationRequest.Builder,UpdateAccessGrantsLocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAccessGrantsLocationRequest.BuilderaccessGrantsLocationId(String accessGrantsLocationId)The ID of the registered location that you are updating.UpdateAccessGrantsLocationRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that is making this request.UpdateAccessGrantsLocationRequest.BuilderiamRoleArn(String iamRoleArn)The Amazon Resource Name (ARN) of the IAM role for the registered location.UpdateAccessGrantsLocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAccessGrantsLocationRequest.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
UpdateAccessGrantsLocationRequest.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
UpdateAccessGrantsLocationRequest.Builder accessGrantsLocationId(String accessGrantsLocationId)
The ID of the registered location that you are updating. 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.The ID of the registered location to which you are granting access. 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.If you are passing the
defaultlocation, you cannot create an access grant for the entire default location. You must also specify a bucket or a bucket and prefix in theSubprefixfield.- Parameters:
accessGrantsLocationId- The ID of the registered location that you are updating. 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.The ID of the registered location to which you are granting access. 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.If you are passing the
defaultlocation, you cannot create an access grant for the entire default location. You must also specify a bucket or a bucket and prefix in theSubprefixfield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
UpdateAccessGrantsLocationRequest.Builder iamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location.
- Parameters:
iamRoleArn- The Amazon Resource Name (ARN) of the IAM role for the registered location. S3 Access Grants assumes this role to manage access to the registered location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateAccessGrantsLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAccessGrantsLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-