Interface ListStorageLensGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListStorageLensGroupsRequest.Builder,ListStorageLensGroupsRequest>,S3ControlRequest.Builder,SdkBuilder<ListStorageLensGroupsRequest.Builder,ListStorageLensGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListStorageLensGroupsRequest
public static interface ListStorageLensGroupsRequest.Builder extends S3ControlRequest.Builder, SdkPojo, CopyableBuilder<ListStorageLensGroupsRequest.Builder,ListStorageLensGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListStorageLensGroupsRequest.BuilderaccountId(String accountId)The Amazon Web Services account ID that owns the Storage Lens groups.ListStorageLensGroupsRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullif there are no more results.ListStorageLensGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageLensGroupsRequest.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
ListStorageLensGroupsRequest.Builder accountId(String accountId)
The Amazon Web Services account ID that owns the Storage Lens groups.
- Parameters:
accountId- The Amazon Web Services account ID that owns the Storage Lens groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListStorageLensGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or
nullif there are no more results.- Parameters:
nextToken- The token for the next set of results, ornullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListStorageLensGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListStorageLensGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-