Interface UpdateTransformerResponse.Builder

    • Method Detail

      • transformerId

        UpdateTransformerResponse.Builder transformerId​(String transformerId)

        Returns the system-assigned unique identifier for the transformer.

        Parameters:
        transformerId - Returns the system-assigned unique identifier for the transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformerArn

        UpdateTransformerResponse.Builder transformerArn​(String transformerArn)

        Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.

        Parameters:
        transformerArn - Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateTransformerResponse.Builder name​(String name)

        Returns the name of the transformer.

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

        UpdateTransformerResponse.Builder fileFormat​(String fileFormat)

        Returns that the currently supported file formats for EDI transformations are JSON and XML.

        Parameters:
        fileFormat - Returns that the currently supported file formats for EDI transformations are JSON and XML.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • fileFormat

        UpdateTransformerResponse.Builder fileFormat​(FileFormat fileFormat)

        Returns that the currently supported file formats for EDI transformations are JSON and XML.

        Parameters:
        fileFormat - Returns that the currently supported file formats for EDI transformations are JSON and XML.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FileFormat, FileFormat
      • mappingTemplate

        UpdateTransformerResponse.Builder mappingTemplate​(String mappingTemplate)

        Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.

        Parameters:
        mappingTemplate - Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        UpdateTransformerResponse.Builder status​(String status)

        Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.

        Parameters:
        status - Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TransformerStatus, TransformerStatus
      • status

        UpdateTransformerResponse.Builder status​(TransformerStatus status)

        Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.

        Parameters:
        status - Returns the state of the newly created transformer. The transformer can be either active or inactive. For the transformer to be used in a capability, its status must active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TransformerStatus, TransformerStatus
      • ediType

        UpdateTransformerResponse.Builder ediType​(EdiType ediType)

        Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.

        Parameters:
        ediType - Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sampleDocument

        UpdateTransformerResponse.Builder sampleDocument​(String sampleDocument)

        Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.

        Parameters:
        sampleDocument - Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        UpdateTransformerResponse.Builder createdAt​(Instant createdAt)

        Returns a timestamp for creation date and time of the transformer.

        Parameters:
        createdAt - Returns a timestamp for creation date and time of the transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modifiedAt

        UpdateTransformerResponse.Builder modifiedAt​(Instant modifiedAt)

        Returns a timestamp for last time the transformer was modified.

        Parameters:
        modifiedAt - Returns a timestamp for last time the transformer was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.