public static interface GetTrailStatusRequest.Builder extends CloudTrailRequest.Builder, SdkPojo, CopyableBuilder<GetTrailStatusRequest.Builder,GetTrailStatusRequest>
| Modifier and Type | Method and Description |
|---|---|
GetTrailStatusRequest.Builder |
name(String name)
Specifies the name or the CloudTrail ARN of the trail for which you are requesting status.
|
GetTrailStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTrailStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTrailStatusRequest.Builder name(String name)
Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
name - Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the
status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The
following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
GetTrailStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetTrailStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.