Interface ListConnectorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>,PcaConnectorAdRequest.Builder,SdkBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConnectorsRequest
public static interface ListConnectorsRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListConnectorsRequest.Builder,ListConnectorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConnectorsRequest.BuildermaxResults(Integer maxResults)Use this parameter when paginating results to specify the maximum number of items to return in the response on each page.ListConnectorsRequest.BuildernextToken(String nextToken)Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.ListConnectorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConnectorsRequest.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
ListConnectorsRequest.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
ListConnectorsRequest.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
ListConnectorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConnectorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-