Interface ListDirectoryRegistrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDirectoryRegistrationsRequest.Builder,ListDirectoryRegistrationsRequest>,PcaConnectorAdRequest.Builder,SdkBuilder<ListDirectoryRegistrationsRequest.Builder,ListDirectoryRegistrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDirectoryRegistrationsRequest
public static interface ListDirectoryRegistrationsRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListDirectoryRegistrationsRequest.Builder,ListDirectoryRegistrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDirectoryRegistrationsRequest.BuildermaxResults(Integer maxResults)Use this parameter when paginating results to specify the maximum number of items to return in the response on each page.ListDirectoryRegistrationsRequest.BuildernextToken(String nextToken)Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.ListDirectoryRegistrationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDirectoryRegistrationsRequest.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.pcaconnectorad.model.PcaConnectorAdRequest.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
ListDirectoryRegistrationsRequest.Builder maxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the
NextTokenelement is sent in the response. Use thisNextTokenvalue in a subsequent request to retrieve additional items.- Parameters:
maxResults- Use this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, theNextTokenelement is sent in the response. Use thisNextTokenvalue in a subsequent request to retrieve additional items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDirectoryRegistrationsRequest.Builder nextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the
NextTokenparameter from the response you just received.- Parameters:
nextToken- Use this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of theNextTokenparameter from the response you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDirectoryRegistrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDirectoryRegistrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-