Interface ListTemplatesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListTemplatesRequest.Builder,,- ListTemplatesRequest> - PcaConnectorAdRequest.Builder,- SdkBuilder<ListTemplatesRequest.Builder,,- ListTemplatesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListTemplatesRequest
@Mutable
@NotThreadSafe
public static interface ListTemplatesRequest.Builder
extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListTemplatesRequest.Builder,ListTemplatesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionconnectorArn(String connectorArn) The Amazon Resource Name (ARN) that was returned when you called CreateConnector.maxResults(Integer maxResults) Use this parameter when paginating results to specify the maximum number of items to return in the response on each page.Use this parameter when paginating results in a subsequent request after you receive a response with truncated results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
connectorArnThe 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.
 
- 
maxResultsUse 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, the- NextTokenelement is sent in the response. Use this- NextTokenvalue in a subsequent request to retrieve additional items.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenUse 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 the- NextTokenparameter from the response you just received.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-