Interface ListTagsForResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,OrganizationsRequest.Builder,SdkBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsForResourceRequest
public static interface ListTagsForResourceRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsForResourceRequest.BuildernextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListTagsForResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForResourceRequest.BuilderresourceId(String resourceId)The ID of the resource with the tags to list.-
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.organizations.model.OrganizationsRequest.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
-
resourceId
ListTagsForResourceRequest.Builder resourceId(String resourceId)
The ID of the resource with the tags to list.
You can specify any of the following taggable resources.
-
Amazon Web Services account – specify the account ID number.
-
Organizational unit – specify the OU ID that begins with
ou-and looks similar to:ou-1a2b-34uvwxyz -
Root – specify the root ID that begins with
r-and looks similar to:r-1a2b -
Policy – specify the policy ID that begins with
p-andlooks similar to:p-12abcdefg3
- Parameters:
resourceId- The ID of the resource with the tags to list.You can specify any of the following taggable resources.
-
Amazon Web Services account – specify the account ID number.
-
Organizational unit – specify the OU ID that begins with
ou-and looks similar to:ou-1a2b-34uvwxyz -
Root – specify the root ID that begins with
r-and looks similar to:r-1a2b -
Policy – specify the policy ID that begins with
p-andlooks similar to:p-12abcdefg3
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
ListTagsForResourceRequest.Builder nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.- Parameters:
nextToken- The parameter for receiving additional results if you receive aNextTokenresponse in a previous request. ANextTokenresponse indicates that more output is available. Set this parameter to the value of the previous call'sNextTokenresponse to indicate where the output should continue from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsForResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-