Interface ListCallerAccessGrantsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCallerAccessGrantsRequest.Builder,ListCallerAccessGrantsRequest>,S3ControlRequest.Builder,SdkBuilder<ListCallerAccessGrantsRequest.Builder,ListCallerAccessGrantsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListCallerAccessGrantsRequest
public static interface ListCallerAccessGrantsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListCallerAccessGrantsRequest.Builder,ListCallerAccessGrantsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListCallerAccessGrantsRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID of the S3 Access Grants instance.ListCallerAccessGrantsRequest.BuilderallowedByApplication(Boolean allowedByApplication)If this optional parameter is passed in the request, a filter is applied to the results.ListCallerAccessGrantsRequest.BuildergrantScope(String grantScope)The S3 path of the data that you would like to access.ListCallerAccessGrantsRequest.BuildermaxResults(Integer maxResults)The maximum number of access grants that you would like returned in theList Caller Access Grantsresponse.ListCallerAccessGrantsRequest.BuildernextToken(String nextToken)A pagination token to request the next page of results.ListCallerAccessGrantsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCallerAccessGrantsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
ListCallerAccessGrantsRequest.Builder accountId(String accountId)
The Amazon Web Services account ID of the S3 Access Grants instance.
- Parameters:
accountId- The Amazon Web Services account ID of the S3 Access Grants instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
grantScope
ListCallerAccessGrantsRequest.Builder grantScope(String grantScope)
The S3 path of the data that you would like to access. Must start with
s3://. You can optionally pass only the beginning characters of a path, and S3 Access Grants will search for all applicable grants for the path fragment.- Parameters:
grantScope- The S3 path of the data that you would like to access. Must start withs3://. You can optionally pass only the beginning characters of a path, and S3 Access Grants will search for all applicable grants for the path fragment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCallerAccessGrantsRequest.Builder nextToken(String nextToken)
A pagination token to request the next page of results. Pass this value into a subsequent
List Caller Access Grantsrequest 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 Caller Access Grantsrequest 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
ListCallerAccessGrantsRequest.Builder maxResults(Integer maxResults)
The maximum number of access grants that you would like returned in the
List Caller 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 Caller 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.
-
allowedByApplication
ListCallerAccessGrantsRequest.Builder allowedByApplication(Boolean allowedByApplication)
If this optional parameter is passed in the request, a filter is applied to the results. The results will include only the access grants for the caller's Identity Center application or for any other applications (
ALL).- Parameters:
allowedByApplication- If this optional parameter is passed in the request, a filter is applied to the results. The results will include only the access grants for the caller's Identity Center application or for any other applications (ALL).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCallerAccessGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCallerAccessGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-