Interface ListAccessorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccessorsRequest
public static interface ListAccessorsRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListAccessorsRequest.Builder,ListAccessorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccessorsRequest.BuildermaxResults(Integer maxResults)The maximum number of accessors to list.ListAccessorsRequest.BuildernextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListAccessorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccessorsRequest.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.managedblockchain.model.ManagedBlockchainRequest.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
-
maxResults
ListAccessorsRequest.Builder maxResults(Integer maxResults)
The maximum number of accessors to list.
- Parameters:
maxResults- The maximum number of accessors to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccessorsRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccessorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccessorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-