public static interface Arn.Builder extends CopyableBuilder<Arn.Builder,Arn>
Arn. See Arn.builder().| Modifier and Type | Method and Description |
|---|---|
Arn.Builder |
accountId(String accountId)
Define the ID of the AWS account that owns the resource, without the hyphens.
|
Arn |
build() |
Arn.Builder |
partition(String partition)
Define the partition that the resource is in.
|
Arn.Builder |
region(String region)
Define the Region that the resource resides in.
|
Arn.Builder |
resource(String resource)
Define the resource identifier.
|
Arn.Builder |
service(String service)
Define the service name that identifies the AWS product
|
copyapplyMutationArn.Builder partition(String partition)
partition - the partition that the resource is inArn.Builder service(String service)
service - The service name that identifies the AWS productArn.Builder region(String region)
region - The Region that the resource resides in.Arn.Builder accountId(String accountId)
accountId - The ID of the AWS account that owns the resource, without the hyphens.Arn.Builder resource(String resource)
resource - resource identifierArn build()
build in interface Buildablebuild in interface SdkBuilder<Arn.Builder,Arn>Arn that is created from the builderCopyright © 2021. All rights reserved.