Interface DeactivateTypeRequest.Builder

    • Method Detail

      • typeName

        DeactivateTypeRequest.Builder typeName​(String typeName)

        The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

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

        Parameters:
        typeName - The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

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

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

        DeactivateTypeRequest.Builder type​(String type)

        The extension type.

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

        Parameters:
        type - The extension type.

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

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

        DeactivateTypeRequest.Builder type​(ThirdPartyType type)

        The extension type.

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

        Parameters:
        type - The extension type.

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

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

        DeactivateTypeRequest.Builder arn​(String arn)

        The Amazon Resource Name (ARN) for the extension, in this account and Region.

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

        Parameters:
        arn - The Amazon Resource Name (ARN) for the extension, in this account and Region.

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

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