Interface ListTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>,PcaConnectorAdRequest.Builder,SdkBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTemplatesRequest
public static interface ListTemplatesRequest.Builder extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTemplatesRequest.BuilderconnectorArn(String connectorArn)The Amazon Resource Name (ARN) that was returned when you called CreateConnector.ListTemplatesRequest.BuildermaxResults(Integer maxResults)Use this parameter when paginating results to specify the maximum number of items to return in the response on each page.ListTemplatesRequest.BuildernextToken(String nextToken)Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.ListTemplatesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTemplatesRequest.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
-
connectorArn
ListTemplatesRequest.Builder connectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
- Parameters:
connectorArn- The Amazon Resource Name (ARN) that was returned when you called CreateConnector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTemplatesRequest.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
ListTemplatesRequest.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
ListTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-