Interface ListStorageLensConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStorageLensConfigurationsRequest.Builder,ListStorageLensConfigurationsRequest>,S3ControlRequest.Builder,SdkBuilder<ListStorageLensConfigurationsRequest.Builder,ListStorageLensConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStorageLensConfigurationsRequest
public static interface ListStorageLensConfigurationsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListStorageLensConfigurationsRequest.Builder,ListStorageLensConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageLensConfigurationsRequest.BuilderaccountId(String accountId)The account ID of the requester.ListStorageLensConfigurationsRequest.BuildernextToken(String nextToken)A pagination token to request the next page of results.ListStorageLensConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageLensConfigurationsRequest.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
ListStorageLensConfigurationsRequest.Builder accountId(String accountId)
The account ID of the requester.
- Parameters:
accountId- The account ID of the requester.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStorageLensConfigurationsRequest.Builder nextToken(String nextToken)
A pagination token to request the next page of results.
- Parameters:
nextToken- A pagination token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStorageLensConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStorageLensConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-