Interface DescribeTypeRequest.Builder

    • Method Detail

      • type

        DescribeTypeRequest.Builder type​(String type)

        The kind of extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Parameters:
        type - The kind of extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistryType, RegistryType
      • type

        DescribeTypeRequest.Builder type​(RegistryType type)

        The kind of extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Parameters:
        type - The kind of extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistryType, RegistryType
      • typeName

        DescribeTypeRequest.Builder typeName​(String typeName)

        The name of the extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Parameters:
        typeName - The name of the extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        DescribeTypeRequest.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the extension.

        Conditional: You must specify either TypeName and Type, or Arn.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        DescribeTypeRequest.Builder versionId​(String versionId)

        The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

        If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

        Parameters:
        versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

        If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publisherId

        DescribeTypeRequest.Builder publisherId​(String publisherId)

        The publisher ID of the extension publisher.

        Extensions provided by Amazon Web Services are not assigned a publisher ID.

        Parameters:
        publisherId - The publisher ID of the extension publisher.

        Extensions provided by Amazon Web Services are not assigned a publisher ID.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicVersionNumber

        DescribeTypeRequest.Builder publicVersionNumber​(String publicVersionNumber)

        The version number of a public third-party extension.

        Parameters:
        publicVersionNumber - The version number of a public third-party extension.
        Returns:
        Returns a reference to this object so that method calls can be chained together.