Uses of Interface
software.amazon.awssdk.arns.Arn.Builder
-
-
Uses of Arn.Builder in software.amazon.awssdk.arns
Methods in software.amazon.awssdk.arns that return Arn.Builder Modifier and Type Method Description Arn.BuilderArn.Builder. accountId(String accountId)Define the ID of the AWS account that owns the resource, without the hyphens.static Arn.BuilderArn. builder()Arn.BuilderArn.Builder. partition(String partition)Define the partition that the resource is in.Arn.BuilderArn.Builder. region(String region)Define the Region that the resource resides in.Arn.BuilderArn.Builder. resource(String resource)Define the resource identifier.Arn.BuilderArn.Builder. service(String service)Define the service name that identifies the AWS productArn.BuilderArn. toBuilder()
-