Interface Arn.Builder

    • Method Detail

      • partition

        Arn.Builder partition​(String partition)
        Define the partition that the resource is in.
        Parameters:
        partition - the partition that the resource is in
        Returns:
        Returns a reference to this builder
      • service

        Arn.Builder service​(String service)
        Define the service name that identifies the AWS product
        Parameters:
        service - The service name that identifies the AWS product
        Returns:
        Returns a reference to this builder
      • region

        Arn.Builder region​(String region)
        Define the Region that the resource resides in.
        Parameters:
        region - The Region that the resource resides in.
        Returns:
        Returns a reference to this builder
      • accountId

        Arn.Builder accountId​(String accountId)
        Define the ID of the AWS account that owns the resource, without the hyphens.
        Parameters:
        accountId - The ID of the AWS account that owns the resource, without the hyphens.
        Returns:
        Returns a reference to this builder
      • resource

        Arn.Builder resource​(String resource)
        Define the resource identifier. A resource identifier can be the name or ID of the resource or a resource path.
        Parameters:
        resource - resource identifier
        Returns:
        Returns a reference to this builder