Class UpdateGraphResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse
-
- software.amazon.awssdk.services.neptunegraph.model.UpdateGraphResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateGraphResponse.Builder,UpdateGraphResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateGraphResponse extends NeptuneGraphResponse implements ToCopyableBuilder<UpdateGraphResponse.Builder,UpdateGraphResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateGraphResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN associated with the graph.static UpdateGraphResponse.Builderbuilder()StringbuildNumber()The build number of the graph.InstantcreateTime()The time at which the graph was created.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 UpdateGraphResponse.Builder>serializableBuilderClass()StringsourceSnapshotId()The ID of the snapshot from which the graph was created, if any.GraphStatusstatus()The status of the graph.StringstatusAsString()The status of the graph.StringstatusReason()The reason that the graph has this status.UpdateGraphResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.VectorSearchConfigurationvectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.-
Methods inherited from class software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
statusReason
public final String statusReason()
The reason that the graph has this status.
- Returns:
- The reason that the graph has this status.
-
createTime
public final Instant createTime()
The time at which the graph was created.
- Returns:
- The time at which the graph was created.
-
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.
-
endpoint
public final String endpoint()
The graph endpoint.
- Returns:
- The graph endpoint.
-
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.
-
vectorSearchConfiguration
public final VectorSearchConfiguration vectorSearchConfiguration()
Returns the value of the VectorSearchConfiguration property for this object.- Returns:
- The value of the VectorSearchConfiguration property for this object.
-
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.
-
sourceSnapshotId
public final String sourceSnapshotId()
The ID of the snapshot from which the graph was created, if any.
- Returns:
- The ID of the snapshot from which the graph was created, if any.
-
deletionProtection
public final Boolean deletionProtection()
If
true, deletion protection is enabled for the graph.- Returns:
- If
true, deletion protection is enabled for the graph.
-
buildNumber
public final String buildNumber()
The build number of the graph.
- Returns:
- The build number of the graph.
-
toBuilder
public UpdateGraphResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateGraphResponse.Builder,UpdateGraphResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateGraphResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateGraphResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-