Class CreateGlobalClusterRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.neptune.model.NeptuneRequest
-
- software.amazon.awssdk.services.neptune.model.CreateGlobalClusterRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateGlobalClusterRequest extends NeptuneRequest implements ToCopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateGlobalClusterRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateGlobalClusterRequest.Builderbuilder()BooleandeletionProtection()The deletion protection setting for the new global database.Stringengine()The name of the database engine to be used in the global database.StringengineVersion()The Neptune engine version to be used by the global database.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringglobalClusterIdentifier()The cluster identifier of the new global database cluster.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateGlobalClusterRequest.Builder>serializableBuilderClass()StringsourceDBClusterIdentifier()(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.BooleanstorageEncrypted()The storage encryption setting for the new global database cluster.CreateGlobalClusterRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
globalClusterIdentifier
public final String globalClusterIdentifier()
The cluster identifier of the new global database cluster.
- Returns:
- The cluster identifier of the new global database cluster.
-
sourceDBClusterIdentifier
public final String sourceDBClusterIdentifier()
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
- Returns:
- (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
-
engine
public final String engine()
The name of the database engine to be used in the global database.
Valid values:
neptune- Returns:
- The name of the database engine to be used in the global database.
Valid values:
neptune
-
engineVersion
public final String engineVersion()
The Neptune engine version to be used by the global database.
Valid values:
1.2.0.0or above.- Returns:
- The Neptune engine version to be used by the global database.
Valid values:
1.2.0.0or above.
-
deletionProtection
public final Boolean deletionProtection()
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
- Returns:
- The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
-
storageEncrypted
public final Boolean storageEncrypted()
The storage encryption setting for the new global database cluster.
- Returns:
- The storage encryption setting for the new global database cluster.
-
toBuilder
public CreateGlobalClusterRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>- Specified by:
toBuilderin classNeptuneRequest
-
builder
public static CreateGlobalClusterRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateGlobalClusterRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-