Interface NeptuneImportOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NeptuneImportOptions.Builder,NeptuneImportOptions>, SdkBuilder<NeptuneImportOptions.Builder,NeptuneImportOptions>, SdkPojo
Enclosing class:
NeptuneImportOptions

public static interface NeptuneImportOptions.Builder extends SdkPojo, CopyableBuilder<NeptuneImportOptions.Builder,NeptuneImportOptions>
  • Method Details

    • s3ExportPath

      NeptuneImportOptions.Builder s3ExportPath(String s3ExportPath)

      The path to an S3 bucket from which to import data.

      Parameters:
      s3ExportPath - The path to an S3 bucket from which to import data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3ExportKmsKeyId

      NeptuneImportOptions.Builder s3ExportKmsKeyId(String s3ExportKmsKeyId)

      The KMS key to use to encrypt data in the S3 bucket where the graph data is exported

      Parameters:
      s3ExportKmsKeyId - The KMS key to use to encrypt data in the S3 bucket where the graph data is exported
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preserveDefaultVertexLabels

      NeptuneImportOptions.Builder preserveDefaultVertexLabels(Boolean preserveDefaultVertexLabels)

      Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting preserveDefaultVertexLabels to false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics when preserveDefaultVertexLabels is set to false.

      Parameters:
      preserveDefaultVertexLabels - Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting preserveDefaultVertexLabels to false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics when preserveDefaultVertexLabels is set to false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • preserveEdgeIds

      NeptuneImportOptions.Builder preserveEdgeIds(Boolean preserveEdgeIds)

      Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if preserveEdgeIds is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.

      Parameters:
      preserveEdgeIds - Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if preserveEdgeIds is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.