Interface ListIdNamespacesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIdNamespacesRequest.Builder,ListIdNamespacesRequest>,EntityResolutionRequest.Builder,SdkBuilder<ListIdNamespacesRequest.Builder,ListIdNamespacesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIdNamespacesRequest
public static interface ListIdNamespacesRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<ListIdNamespacesRequest.Builder,ListIdNamespacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdNamespacesRequest.BuildermaxResults(Integer maxResults)The maximum number ofIdNamespaceobjects returned per page.ListIdNamespacesRequest.BuildernextToken(String nextToken)The pagination token from the previous API call.ListIdNamespacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdNamespacesRequest.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.entityresolution.model.EntityResolutionRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListIdNamespacesRequest.Builder maxResults(Integer maxResults)
The maximum number of
IdNamespaceobjects returned per page.- Parameters:
maxResults- The maximum number ofIdNamespaceobjects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIdNamespacesRequest.Builder nextToken(String nextToken)
The pagination token from the previous API call.
- Parameters:
nextToken- The pagination token from the previous API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIdNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIdNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-