public static interface ListTagsForResourceRequest.Builder extends OpsWorksCmRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest.Builder |
maxResults(Integer maxResults)
To receive a paginated response, use this parameter to specify the maximum number of results to be returned
with a single call.
|
ListTagsForResourceRequest.Builder |
nextToken(String nextToken)
NextToken is a string that is returned in some command responses.
|
ListTagsForResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
server for which you want to show applied tags.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTagsForResourceRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise
server for which you want to show applied tags. For example,
arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE
.
resourceArn - The Amazon Resource Number (ARN) of an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet
Enterprise server for which you want to show applied tags. For example,
arn:aws:opsworks-cm:us-west-2:123456789012:server/test-owcm-server/EXAMPLE-66b0-4196-8274-d1a2bEXAMPLE
.ListTagsForResourceRequest.Builder nextToken(String nextToken)
NextToken is a string that is returned in some command responses. It indicates that not all entries have been
returned, and that you must run at least one more request to get remaining items. To get remaining results,
call ListTagsForResource again, and assign the token from the previous results as the value of
the nextToken parameter. If there are no more results, the response object's
nextToken parameter value is null. Setting a nextToken value that was
not returned in your previous results causes an InvalidNextTokenException to occur.
nextToken - NextToken is a string that is returned in some command responses. It indicates that not all entries
have been returned, and that you must run at least one more request to get remaining items. To get
remaining results, call ListTagsForResource again, and assign the token from the previous
results as the value of the nextToken parameter. If there are no more results, the
response object's nextToken parameter value is null. Setting a
nextToken value that was not returned in your previous results causes an
InvalidNextTokenException to occur.ListTagsForResourceRequest.Builder maxResults(Integer maxResults)
To receive a paginated response, use this parameter to specify the maximum number of results to be returned
with a single call. If the number of available results exceeds this maximum, the response includes a
NextToken value that you can assign to the NextToken request parameter to get the
next set of results.
maxResults - To receive a paginated response, use this parameter to specify the maximum number of results to be
returned with a single call. If the number of available results exceeds this maximum, the response
includes a NextToken value that you can assign to the NextToken request
parameter to get the next set of results.ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.