Interface ListFrameworksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<ListFrameworksRequest.Builder,ListFrameworksRequest>,SdkBuilder<ListFrameworksRequest.Builder,ListFrameworksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFrameworksRequest
public static interface ListFrameworksRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListFrameworksRequest.Builder,ListFrameworksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFrameworksRequest.BuildermaxResults(Integer maxResults)The number of desired results from 1 to 1000.ListFrameworksRequest.BuildernextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListFrameworksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFrameworksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
maxResults
ListFrameworksRequest.Builder maxResults(Integer maxResults)
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
- Parameters:
maxResults- The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFrameworksRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
nextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFrameworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFrameworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-