Interface ListAccessGrantsLocationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessGrantsLocationsRequest.Builder,ListAccessGrantsLocationsRequest>,S3ControlRequest.Builder,SdkBuilder<ListAccessGrantsLocationsRequest.Builder,ListAccessGrantsLocationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccessGrantsLocationsRequest
public static interface ListAccessGrantsLocationsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListAccessGrantsLocationsRequest.Builder,ListAccessGrantsLocationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessGrantsLocationsRequest.BuilderaccountId(String accountId)The ID of the Amazon Web Services account that is making this request.ListAccessGrantsLocationsRequest.BuilderlocationScope(String locationScope)The S3 path to the location that you are registering.ListAccessGrantsLocationsRequest.BuildermaxResults(Integer maxResults)The maximum number of access grants that you would like returned in theList Access Grantsresponse.ListAccessGrantsLocationsRequest.BuildernextToken(String nextToken)A pagination token to request the next page of results.ListAccessGrantsLocationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessGrantsLocationsRequest.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
ListAccessGrantsLocationsRequest.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.
-
nextToken
ListAccessGrantsLocationsRequest.Builder nextToken(String nextToken)
A pagination token to request the next page of results. Pass this value into a subsequent
List Access Grants Locationsrequest in order to retrieve the next page of results.- Parameters:
nextToken- A pagination token to request the next page of results. Pass this value into a subsequentList Access Grants Locationsrequest in order to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAccessGrantsLocationsRequest.Builder maxResults(Integer maxResults)
The maximum number of access grants that you would like returned in the
List Access Grantsresponse. If the results include the pagination tokenNextToken, make another call using theNextTokento determine if there are more results.- Parameters:
maxResults- The maximum number of access grants that you would like returned in theList Access Grantsresponse. If the results include the pagination tokenNextToken, make another call using theNextTokento determine if there are more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationScope
ListAccessGrantsLocationsRequest.Builder locationScope(String locationScope)
The S3 path to the location that you are registering. The location scope can be the default S3 location
s3://, the S3 path to a buckets3://<bucket>, or the S3 path to a bucket and prefixs3://<bucket>/<prefix>. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with theengineering/prefix or object key names that start with themarketing/campaigns/prefix.- Parameters:
locationScope- The S3 path to the location that you are registering. The location scope can be the default S3 locations3://, the S3 path to a buckets3://<bucket>, or the S3 path to a bucket and prefixs3://<bucket>/<prefix>. A prefix in S3 is a string of characters at the beginning of an object key name used to organize the objects that you store in your S3 buckets. For example, object key names that start with theengineering/prefix or object key names that start with themarketing/campaigns/prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccessGrantsLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessGrantsLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-