Interface ListTemplateGroupAccessControlEntriesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListTemplateGroupAccessControlEntriesRequest.Builder,
,ListTemplateGroupAccessControlEntriesRequest> PcaConnectorAdRequest.Builder
,SdkBuilder<ListTemplateGroupAccessControlEntriesRequest.Builder,
,ListTemplateGroupAccessControlEntriesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListTemplateGroupAccessControlEntriesRequest
@Mutable
@NotThreadSafe
public static interface ListTemplateGroupAccessControlEntriesRequest.Builder
extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<ListTemplateGroupAccessControlEntriesRequest.Builder,ListTemplateGroupAccessControlEntriesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(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.templateArn
(String templateArn) The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
NextToken
element is sent in the response. Use thisNextToken
value 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, theNextToken
element is sent in the response. Use thisNextToken
value in a subsequent request to retrieve additional items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
NextToken
parameter 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 theNextToken
parameter from the response you just received.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateArn
The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.
- Parameters:
templateArn
- The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTemplateGroupAccessControlEntriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListTemplateGroupAccessControlEntriesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-