Class GraphSummary
- java.lang.Object
-
- software.amazon.awssdk.services.neptunegraph.model.GraphSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GraphSummary.Builder,GraphSummary>
@Generated("software.amazon.awssdk:codegen") public final class GraphSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GraphSummary.Builder,GraphSummary>
Summary details about a graph.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGraphSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN associated with the graph.static GraphSummary.Builderbuilder()BooleandeletionProtection()Iftrue, deletion protection is enabled for the graph.Stringendpoint()The graph endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the graph.StringkmsKeyIdentifier()The ID of the KMS key used to encrypt and decrypt graph data.Stringname()The name of the graph.IntegerprovisionedMemory()The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.BooleanpublicConnectivity()Iftrue, the graph has a public endpoint, otherwise not.IntegerreplicaCount()The number of replicas for the graph.List<SdkField<?>>sdkFields()static Class<? extends GraphSummary.Builder>serializableBuilderClass()GraphStatusstatus()The status of the graph.StringstatusAsString()The status of the graph.GraphSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The unique identifier of the graph.
- Returns:
- The unique identifier of the graph.
-
name
public final String name()
The name of the graph.
- Returns:
- The name of the graph.
-
arn
public final String arn()
The ARN associated with the graph.
- Returns:
- The ARN associated with the graph.
-
status
public final GraphStatus status()
The status of the graph.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnGraphStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the graph.
- See Also:
GraphStatus
-
statusAsString
public final String statusAsString()
The status of the graph.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnGraphStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the graph.
- See Also:
GraphStatus
-
provisionedMemory
public final Integer provisionedMemory()
The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
- Returns:
- The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.
-
publicConnectivity
public final Boolean publicConnectivity()
If
true, the graph has a public endpoint, otherwise not.- Returns:
- If
true, the graph has a public endpoint, otherwise not.
-
endpoint
public final String endpoint()
The graph endpoint.
- Returns:
- The graph endpoint.
-
replicaCount
public final Integer replicaCount()
The number of replicas for the graph.
- Returns:
- The number of replicas for the graph.
-
kmsKeyIdentifier
public final String kmsKeyIdentifier()
The ID of the KMS key used to encrypt and decrypt graph data.
- Returns:
- The ID of the KMS key used to encrypt and decrypt graph data.
-
deletionProtection
public final Boolean deletionProtection()
If
true, deletion protection is enabled for the graph.- Returns:
- If
true, deletion protection is enabled for the graph.
-
toBuilder
public GraphSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GraphSummary.Builder,GraphSummary>
-
builder
public static GraphSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends GraphSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-