Class StartDataIngestionJobRequest

    • Method Detail

      • datasetName

        public final String datasetName()

        The name of the dataset being used by the data ingestion job.

        Returns:
        The name of the dataset being used by the data ingestion job.
      • ingestionInputConfiguration

        public final IngestionInputConfiguration ingestionInputConfiguration()

        Specifies information for the input data for the data ingestion job, including dataset S3 location.

        Returns:
        Specifies information for the input data for the data ingestion job, including dataset S3 location.
      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.

        Returns:
        The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.
      • clientToken

        public final String clientToken()

        A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

        Returns:
        A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
      • toString

        public final 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