Interface GetMarketplaceResourceResponse.Builder

    • Method Detail

      • resourceArn

        GetMarketplaceResourceResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) for the Amazon Web Services Marketplace resource that was requested.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) for the Amazon Web Services Marketplace resource that was requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        GetMarketplaceResourceResponse.Builder url​(String url)

        The obfuscated S3 URL to download the component artifact from.

        Parameters:
        url - The obfuscated S3 URL to download the component artifact from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        GetMarketplaceResourceResponse.Builder data​(String data)

        Returns obfuscated data that contains the YAML content of the component.

        Parameters:
        data - Returns obfuscated data that contains the YAML content of the component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.