Interface UpdateGraphRequest.Builder

  • Method Details

    • graphIdentifier

      UpdateGraphRequest.Builder graphIdentifier(String graphIdentifier)

      The unique identifier of the Neptune Analytics graph.

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

      UpdateGraphRequest.Builder publicConnectivity(Boolean publicConnectivity)

      Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

      Parameters:
      publicConnectivity - Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisionedMemory

      UpdateGraphRequest.Builder provisionedMemory(Integer provisionedMemory)

      The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

      Min = 16

      Parameters:
      provisionedMemory - The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

      Min = 16

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deletionProtection

      UpdateGraphRequest.Builder deletionProtection(Boolean deletionProtection)

      A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.

      Parameters:
      deletionProtection - A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateGraphRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.