JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iottwinmaker.model

Class CreateMetadataTransferJobRequest

    • Constructor Detail

      • CreateMetadataTransferJobRequest

        public CreateMetadataTransferJobRequest()
    • Method Detail

      • setMetadataTransferJobId

        public void setMetadataTransferJobId(String metadataTransferJobId)

        The metadata transfer job Id.

        Parameters:
        metadataTransferJobId - The metadata transfer job Id.
      • getMetadataTransferJobId

        public String getMetadataTransferJobId()

        The metadata transfer job Id.

        Returns:
        The metadata transfer job Id.
      • withMetadataTransferJobId

        public CreateMetadataTransferJobRequest withMetadataTransferJobId(String metadataTransferJobId)

        The metadata transfer job Id.

        Parameters:
        metadataTransferJobId - The metadata transfer job Id.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The metadata transfer job description.

        Parameters:
        description - The metadata transfer job description.
      • getDescription

        public String getDescription()

        The metadata transfer job description.

        Returns:
        The metadata transfer job description.
      • withDescription

        public CreateMetadataTransferJobRequest withDescription(String description)

        The metadata transfer job description.

        Parameters:
        description - The metadata transfer job description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSources

        public List<SourceConfiguration> getSources()

        The metadata transfer job sources.

        Returns:
        The metadata transfer job sources.
      • setSources

        public void setSources(Collection<SourceConfiguration> sources)

        The metadata transfer job sources.

        Parameters:
        sources - The metadata transfer job sources.
      • setDestination

        public void setDestination(DestinationConfiguration destination)

        The metadata transfer job destination.

        Parameters:
        destination - The metadata transfer job destination.
      • getDestination

        public DestinationConfiguration getDestination()

        The metadata transfer job destination.

        Returns:
        The metadata transfer job destination.
      • withDestination

        public CreateMetadataTransferJobRequest withDestination(DestinationConfiguration destination)

        The metadata transfer job destination.

        Parameters:
        destination - The metadata transfer job destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /