Interface ListAccessPointsForDirectoryBucketsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>,S3ControlRequest.Builder,SdkBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccessPointsForDirectoryBucketsRequest
@Mutable @NotThreadSafe public static interface ListAccessPointsForDirectoryBucketsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListAccessPointsForDirectoryBucketsRequest.Builder,ListAccessPointsForDirectoryBucketsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessPointsForDirectoryBucketsRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID that owns the access points.ListAccessPointsForDirectoryBucketsRequest.BuilderdirectoryBucket(String directoryBucket)The name of the directory bucket associated with the access points you want to list.ListAccessPointsForDirectoryBucketsRequest.BuildermaxResults(Integer maxResults)The maximum number of access points that you would like returned in theListAccessPointsForDirectoryBucketsresponse.ListAccessPointsForDirectoryBucketsRequest.BuildernextToken(String nextToken)IfNextTokenis returned, there are more access points available than requested in themaxResultsvalue.ListAccessPointsForDirectoryBucketsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessPointsForDirectoryBucketsRequest.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
ListAccessPointsForDirectoryBucketsRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the access points.
- Parameters:
accountId- The Amazon Web Services account ID that owns the access points.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
directoryBucket
ListAccessPointsForDirectoryBucketsRequest.Builder directoryBucket(String directoryBucket)
The name of the directory bucket associated with the access points you want to list.
- Parameters:
directoryBucket- The name of the directory bucket associated with the access points you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccessPointsForDirectoryBucketsRequest.Builder nextToken(String nextToken)
If
NextTokenis returned, there are more access points available than requested in themaxResultsvalue. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.- Parameters:
nextToken- IfNextTokenis returned, there are more access points available than requested in themaxResultsvalue. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAccessPointsForDirectoryBucketsRequest.Builder maxResults(Integer maxResults)
The maximum number of access points that you would like returned in the
ListAccessPointsForDirectoryBucketsresponse. If the directory bucket is associated with more than this number of access points, the results include the pagination tokenNextToken. Make another call using theNextTokento retrieve more results.- Parameters:
maxResults- The maximum number of access points that you would like returned in theListAccessPointsForDirectoryBucketsresponse. If the directory bucket is associated with more than this number of access points, the results include the pagination tokenNextToken. Make another call using theNextTokento retrieve more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccessPointsForDirectoryBucketsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessPointsForDirectoryBucketsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-