Interface CreateGraphUsingImportTaskResponse.Builder

    • Method Detail

      • graphId

        CreateGraphUsingImportTaskResponse.Builder graphId​(String graphId)

        The unique identifier of the Neptune Analytics graph.

        Parameters:
        graphId - The unique identifier of the Neptune Analytics graph.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskId

        CreateGraphUsingImportTaskResponse.Builder taskId​(String taskId)

        The unique identifier of the import task.

        Parameters:
        taskId - The unique identifier of the import task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • source

        CreateGraphUsingImportTaskResponse.Builder source​(String source)

        A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

        Parameters:
        source - A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        CreateGraphUsingImportTaskResponse.Builder roleArn​(String roleArn)

        The ARN of the IAM role that will allow access to the data that is to be imported.

        Parameters:
        roleArn - The ARN of the IAM role that will allow access to the data that is to be imported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • importOptions

        CreateGraphUsingImportTaskResponse.Builder importOptions​(ImportOptions importOptions)

        Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

        Parameters:
        importOptions - Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.