Interface ListDirectoriesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>,SdkBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDirectoriesRequest
public static interface ListDirectoriesRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListDirectoriesRequest.Builder,ListDirectoriesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDirectoriesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to retrieve.ListDirectoriesRequest.BuildernextToken(String nextToken)The pagination token.ListDirectoriesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDirectoriesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDirectoriesRequest.Builderstate(String state)The state of the directories in the list.ListDirectoriesRequest.Builderstate(DirectoryState state)The state of the directories in the list.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
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
ListDirectoriesRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDirectoriesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
- Parameters:
maxResults- The maximum number of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ListDirectoriesRequest.Builder state(String state)
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
- Parameters:
state- The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DirectoryState,DirectoryState
-
state
ListDirectoriesRequest.Builder state(DirectoryState state)
The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.
- Parameters:
state- The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DirectoryState,DirectoryState
-
overrideConfiguration
ListDirectoriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDirectoriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-