Interface ListSpacesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSpacesRequest.Builder,ListSpacesRequest>,RepostspaceRequest.Builder,SdkBuilder<ListSpacesRequest.Builder,ListSpacesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSpacesRequest
public static interface ListSpacesRequest.Builder extends RepostspaceRequest.Builder, SdkPojo, CopyableBuilder<ListSpacesRequest.Builder,ListSpacesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSpacesRequest.BuildermaxResults(Integer maxResults)The maximum number of private re:Posts to include in the results.ListSpacesRequest.BuildernextToken(String nextToken)The token for the next set of private re:Posts to return.ListSpacesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSpacesRequest.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.repostspace.model.RepostspaceRequest.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
ListSpacesRequest.Builder maxResults(Integer maxResults)
The maximum number of private re:Posts to include in the results.
- Parameters:
maxResults- The maximum number of private re:Posts to include in the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSpacesRequest.Builder nextToken(String nextToken)
The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.
- Parameters:
nextToken- The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSpacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSpacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-