| Modifier and Type | Method and Description |
|---|---|
Arn.Builder |
Arn.Builder.accountId(String accountId)
Define the ID of the AWS account that owns the resource, without the hyphens.
|
static Arn.Builder |
Arn.builder() |
Arn.Builder |
Arn.Builder.partition(String partition)
Define the partition that the resource is in.
|
Arn.Builder |
Arn.Builder.region(String region)
Define the Region that the resource resides in.
|
Arn.Builder |
Arn.Builder.resource(String resource)
Define the resource identifier.
|
Arn.Builder |
Arn.Builder.service(String service)
Define the service name that identifies the AWS product
|
Arn.Builder |
Arn.toBuilder() |
Copyright © 2022. All rights reserved.