Interface ListTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudTrailRequest.Builder,CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>,SdkBuilder<ListTagsRequest.Builder,ListTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTagsRequest
public static interface ListTagsRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<ListTagsRequest.Builder,ListTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTagsRequest.BuildernextToken(String nextToken)Reserved for future use.ListTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsRequest.BuilderresourceIdList(String... resourceIdList)Specifies a list of trail, event data store, or channel ARNs whose tags will be listed.ListTagsRequest.BuilderresourceIdList(Collection<String> resourceIdList)Specifies a list of trail, event data store, or channel ARNs whose tags will be listed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
resourceIdList
ListTagsRequest.Builder resourceIdList(Collection<String> resourceIdList)
Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.
Example trail ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrailExample event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- Parameters:
resourceIdList- Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.Example trail ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrailExample event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdList
ListTagsRequest.Builder resourceIdList(String... resourceIdList)
Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.
Example trail ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrailExample event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- Parameters:
resourceIdList- Specifies a list of trail, event data store, or channel ARNs whose tags will be listed. The list has a limit of 20 ARNs.Example trail ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrailExample event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListTagsRequest.Builder nextToken(String nextToken)
Reserved for future use.
- Parameters:
nextToken- Reserved for future use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-