Interface GetAccessGrantsInstanceForPrefixRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetAccessGrantsInstanceForPrefixRequest.Builder,
,GetAccessGrantsInstanceForPrefixRequest> S3ControlRequest.Builder
,SdkBuilder<GetAccessGrantsInstanceForPrefixRequest.Builder,
,GetAccessGrantsInstanceForPrefixRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetAccessGrantsInstanceForPrefixRequest
public static interface GetAccessGrantsInstanceForPrefixRequest.Builder
extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<GetAccessGrantsInstanceForPrefixRequest.Builder,GetAccessGrantsInstanceForPrefixRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account that is making this request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The S3 prefix of the access grants that you would like to retrieve.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 Details
-
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.
-
s3Prefix
The S3 prefix of the access grants that you would like to retrieve.
- Parameters:
s3Prefix
- The S3 prefix of the access grants that you would like to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAccessGrantsInstanceForPrefixRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetAccessGrantsInstanceForPrefixRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-