Interface ListTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTypesRequest.Builder,ListTypesRequest>,KeyspacesRequest.Builder,SdkBuilder<ListTypesRequest.Builder,ListTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTypesRequest
public static interface ListTypesRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<ListTypesRequest.Builder,ListTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTypesRequest.BuilderkeyspaceName(String keyspaceName)The name of the keyspace that contains the listed types.ListTypesRequest.BuildermaxResults(Integer maxResults)The total number of types to return in the output.ListTypesRequest.BuildernextToken(String nextToken)The pagination token.ListTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTypesRequest.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.keyspaces.model.KeyspacesRequest.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
-
nextToken
ListTypesRequest.Builder nextToken(String nextToken)
The pagination token. To resume pagination, provide the
NextTokenvalue as an argument of a subsequent API invocation.- Parameters:
nextToken- The pagination token. To resume pagination, provide theNextTokenvalue as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTypesRequest.Builder maxResults(Integer maxResults)
The total number of types to return in the output. If the total number of types available is more than the value specified, a
NextTokenis provided in the output. To resume pagination, provide theNextTokenvalue as an argument of a subsequent API invocation.- Parameters:
maxResults- The total number of types to return in the output. If the total number of types available is more than the value specified, aNextTokenis provided in the output. To resume pagination, provide theNextTokenvalue as an argument of a subsequent API invocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyspaceName
ListTypesRequest.Builder keyspaceName(String keyspaceName)
The name of the keyspace that contains the listed types.
- Parameters:
keyspaceName- The name of the keyspace that contains the listed types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-