Interface ResourceInfo.Builder

    • Method Detail

      • name

        ResourceInfo.Builder name​(String name)

        The name of the resource.

        Parameters:
        name - The name of the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ResourceInfo.Builder arn​(String arn)

        The Amazon resource name (ARN) that specifies the resource across services.

        Parameters:
        arn - The Amazon resource name (ARN) that specifies the resource across services.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ResourceInfo.Builder resourceType​(String resourceType)

        Provides information about the Service Catalog App Registry resource type.

        Parameters:
        resourceType - Provides information about the Service Catalog App Registry resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        ResourceInfo.Builder resourceType​(ResourceType resourceType)

        Provides information about the Service Catalog App Registry resource type.

        Parameters:
        resourceType - Provides information about the Service Catalog App Registry resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceDetails

        ResourceInfo.Builder resourceDetails​(ResourceDetails resourceDetails)

        The details related to the resource.

        Parameters:
        resourceDetails - The details related to the resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionsWithStrings

        ResourceInfo.Builder optionsWithStrings​(Collection<String> options)

        Determines whether an application tag is applied or skipped.

        Parameters:
        options - Determines whether an application tag is applied or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optionsWithStrings

        ResourceInfo.Builder optionsWithStrings​(String... options)

        Determines whether an application tag is applied or skipped.

        Parameters:
        options - Determines whether an application tag is applied or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        ResourceInfo.Builder options​(Collection<AssociationOption> options)

        Determines whether an application tag is applied or skipped.

        Parameters:
        options - Determines whether an application tag is applied or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • options

        ResourceInfo.Builder options​(AssociationOption... options)

        Determines whether an application tag is applied or skipped.

        Parameters:
        options - Determines whether an application tag is applied or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.