ResourceInfo.Builder |
ResourceInfo.Builder.arn(String arn) |
The Amazon resource name (ARN) that specifies the resource across services.
|
static ResourceInfo.Builder |
ResourceInfo.builder() |
|
ResourceInfo.Builder |
ResourceInfo.Builder.name(String name) |
The name of the resource.
|
ResourceInfo.Builder |
ResourceInfo.Builder.options(Collection<AssociationOption> options) |
Determines whether an application tag is applied or skipped.
|
ResourceInfo.Builder |
ResourceInfo.Builder.options(AssociationOption... options) |
Determines whether an application tag is applied or skipped.
|
ResourceInfo.Builder |
ResourceInfo.Builder.optionsWithStrings(String... options) |
Determines whether an application tag is applied or skipped.
|
ResourceInfo.Builder |
ResourceInfo.Builder.optionsWithStrings(Collection<String> options) |
Determines whether an application tag is applied or skipped.
|
default ResourceInfo.Builder |
ResourceInfo.Builder.resourceDetails(Consumer<ResourceDetails.Builder> resourceDetails) |
The details related to the resource.
|
ResourceInfo.Builder |
ResourceInfo.Builder.resourceDetails(ResourceDetails resourceDetails) |
The details related to the resource.
|
ResourceInfo.Builder |
ResourceInfo.Builder.resourceType(String resourceType) |
Provides information about the Service Catalog App Registry resource type.
|
ResourceInfo.Builder |
ResourceInfo.Builder.resourceType(ResourceType resourceType) |
Provides information about the Service Catalog App Registry resource type.
|
ResourceInfo.Builder |
ResourceInfo.toBuilder() |
|