Interface DeregisterTypeRequest.Builder

    • Method Detail

      • arn

        DeregisterTypeRequest.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.
      • type

        DeregisterTypeRequest.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

        DeregisterTypeRequest.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

        DeregisterTypeRequest.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.
      • versionId

        DeregisterTypeRequest.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.

        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.