Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.Trail.Builder
-
Packages that use Trail.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Trail.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return Trail.Builder Modifier and Type Method Description Trail.BuilderTrail.Builder. allRegions(Boolean allRegions)Possible values aretrueorfalse.static Trail.BuilderTrail. builder()Trail.BuilderTrail.Builder. cloudTrailArn(String cloudTrailArn)Specifies the ARN of the trail.Trail.BuilderTrail.Builder. regions(String... regions)A list of regions to get CloudTrail data from and analyze to generate a policy.Trail.BuilderTrail.Builder. regions(Collection<String> regions)A list of regions to get CloudTrail data from and analyze to generate a policy.Trail.BuilderTrail. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Trail.Builder Modifier and Type Method Description static Class<? extends Trail.Builder>Trail. serializableBuilderClass()
-