Uses of Interface
software.amazon.awssdk.services.rds.model.GlobalCluster.Builder
Packages that use GlobalCluster.Builder
-
Uses of GlobalCluster.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return GlobalCluster.BuilderModifier and TypeMethodDescriptionstatic GlobalCluster.BuilderGlobalCluster.builder()GlobalCluster.Builder.databaseName(String databaseName) The default database name within the new global database cluster.GlobalCluster.Builder.deletionProtection(Boolean deletionProtection) The deletion protection setting for the new global database cluster.The writer endpoint for the new global database cluster.The Aurora database engine used by the global database cluster.GlobalCluster.Builder.engineLifecycleSupport(String engineLifecycleSupport) The lifecycle type for the global cluster.GlobalCluster.Builder.engineVersion(String engineVersion) Indicates the database engine version.default GlobalCluster.BuilderGlobalCluster.Builder.failoverState(Consumer<FailoverState.Builder> failoverState) A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database).GlobalCluster.Builder.failoverState(FailoverState failoverState) A data object containing all properties for the current state of an in-process or pending switchover or failover process for this global cluster (Aurora global database).GlobalCluster.Builder.globalClusterArn(String globalClusterArn) The Amazon Resource Name (ARN) for the global database cluster.GlobalCluster.Builder.globalClusterIdentifier(String globalClusterIdentifier) Contains a user-supplied global database cluster identifier.GlobalCluster.Builder.globalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers) The list of primary and secondary clusters within the global database cluster.GlobalCluster.Builder.globalClusterMembers(Consumer<GlobalClusterMember.Builder>... globalClusterMembers) The list of primary and secondary clusters within the global database cluster.GlobalCluster.Builder.globalClusterMembers(GlobalClusterMember... globalClusterMembers) The list of primary and secondary clusters within the global database cluster.GlobalCluster.Builder.globalClusterResourceId(String globalClusterResourceId) The Amazon Web Services partition-unique, immutable identifier for the global database cluster.Specifies the current state of this global database cluster.GlobalCluster.Builder.storageEncrypted(Boolean storageEncrypted) The storage encryption setting for the global database cluster.GlobalCluster.Builder.storageEncryptionType(String storageEncryptionType) The type of encryption used to protect data at rest in the global database cluster.GlobalCluster.Builder.storageEncryptionType(StorageEncryptionType storageEncryptionType) The type of encryption used to protect data at rest in the global database cluster.GlobalCluster.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.GlobalCluster.Builder.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.GlobalCluster.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type GlobalCluster.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalCluster.Builder>GlobalCluster.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type GlobalCluster.BuilderModifier and TypeMethodDescriptionCreateGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.DeleteGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.FailoverGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.ModifyGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.RemoveFromGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.SwitchoverGlobalClusterResponse.Builder.globalCluster(Consumer<GlobalCluster.Builder> globalCluster) Sets the value of the GlobalCluster property for this object.