Interface ListAnalyzersRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAnalyzersRequest.Builder,ListAnalyzersRequest>,SdkBuilder<ListAnalyzersRequest.Builder,ListAnalyzersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAnalyzersRequest
public static interface ListAnalyzersRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ListAnalyzersRequest.Builder,ListAnalyzersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAnalyzersRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.ListAnalyzersRequest.BuildernextToken(String nextToken)A token used for pagination of results returned.ListAnalyzersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAnalyzersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAnalyzersRequest.Buildertype(String type)The type of analyzer.ListAnalyzersRequest.Buildertype(Type type)The type of analyzer.-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListAnalyzersRequest.Builder nextToken(String nextToken)
A token used for pagination of results returned.
- Parameters:
nextToken- A token used for pagination of results returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAnalyzersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListAnalyzersRequest.Builder type(String type)
The type of analyzer.
-
type
ListAnalyzersRequest.Builder type(Type type)
The type of analyzer.
-
overrideConfiguration
ListAnalyzersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAnalyzersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-