Interface Resource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Resource.Builder,Resource>, SdkBuilder<Resource.Builder,Resource>, SdkPojo
Enclosing class:
Resource

public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
  • Method Details

    • uri

      The resource's universal resource indicator (URI).

      Parameters:
      uri - The resource's universal resource indicator (URI).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountId

      Resource.Builder accountId(String accountId)

      The Amazon Web Services account ID that the associated resource belongs to.

      Parameters:
      accountId - The Amazon Web Services account ID that the associated resource belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.