Uses of Interface
software.amazon.awssdk.services.docdb.model.GlobalCluster.Builder
-
Packages that use GlobalCluster.Builder Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of GlobalCluster.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return GlobalCluster.Builder Modifier and Type Method Description static GlobalCluster.BuilderGlobalCluster. builder()GlobalCluster.BuilderGlobalCluster.Builder. databaseName(String databaseName)The default database name within the new global cluster.GlobalCluster.BuilderGlobalCluster.Builder. deletionProtection(Boolean deletionProtection)The deletion protection setting for the new global cluster.GlobalCluster.BuilderGlobalCluster.Builder. engine(String engine)The Amazon DocumentDB database engine used by the global cluster.GlobalCluster.BuilderGlobalCluster.Builder. engineVersion(String engineVersion)Indicates the database engine version.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterArn(String globalClusterArn)The Amazon Resource Name (ARN) for the global cluster.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterIdentifier(String globalClusterIdentifier)Contains a user-supplied global cluster identifier.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)The list of cluster IDs for secondary clusters within the global cluster.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers)The list of cluster IDs for secondary clusters within the global cluster.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterMembers(GlobalClusterMember... globalClusterMembers)The list of cluster IDs for secondary clusters within the global cluster.GlobalCluster.BuilderGlobalCluster.Builder. globalClusterResourceId(String globalClusterResourceId)The Amazon Web Services Region-unique, immutable identifier for the global database cluster.GlobalCluster.BuilderGlobalCluster.Builder. status(String status)Specifies the current state of this global cluster.GlobalCluster.BuilderGlobalCluster.Builder. storageEncrypted(Boolean storageEncrypted)The storage encryption setting for the global cluster.GlobalCluster.BuilderGlobalCluster. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type GlobalCluster.Builder Modifier and Type Method Description static Class<? extends GlobalCluster.Builder>GlobalCluster. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type GlobalCluster.Builder Modifier and Type Method Description default CreateGlobalClusterResponse.BuilderCreateGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.default DeleteGlobalClusterResponse.BuilderDeleteGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.default FailoverGlobalClusterResponse.BuilderFailoverGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.default ModifyGlobalClusterResponse.BuilderModifyGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.default RemoveFromGlobalClusterResponse.BuilderRemoveFromGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.default SwitchoverGlobalClusterResponse.BuilderSwitchoverGlobalClusterResponse.Builder. globalCluster(Consumer<GlobalCluster.Builder> globalCluster)Sets the value of the GlobalCluster property for this object.
-