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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAccessGrantsInstanceForPrefixRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that is making this request.GetAccessGrantsInstanceForPrefixRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAccessGrantsInstanceForPrefixRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAccessGrantsInstanceForPrefixRequest.Builders3Prefix(String s3Prefix)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 Detail
-
accountId
GetAccessGrantsInstanceForPrefixRequest.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.
-
s3Prefix
GetAccessGrantsInstanceForPrefixRequest.Builder s3Prefix(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAccessGrantsInstanceForPrefixRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-