All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mongodb.awscdk.resources.mongodbatlas.ApiAtlasDiskBackupCopySettingView Maven / Gradle / Ivy

There is a newer version: 3.9.0
Show newest version
package org.mongodb.awscdk.resources.mongodbatlas;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:28.854Z")
@software.amazon.jsii.Jsii(module = org.mongodb.awscdk.resources.mongodbatlas.$Module.class, fqn = "awscdk-resources-mongodbatlas.ApiAtlasDiskBackupCopySettingView")
@software.amazon.jsii.Jsii.Proxy(ApiAtlasDiskBackupCopySettingView.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface ApiAtlasDiskBackupCopySettingView extends software.amazon.jsii.JsiiSerializable {

    /**
     * A label that identifies the cloud provider that stores the snapshot copy.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    default @org.jetbrains.annotations.Nullable java.lang.String getCloudProvider() {
        return null;
    }

    /**
     * List that describes which types of snapshots to copy.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    default @org.jetbrains.annotations.Nullable java.util.List getFrequencies() {
        return null;
    }

    /**
     * Target region to copy snapshots belonging to replicationSpecId to.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    default @org.jetbrains.annotations.Nullable java.lang.String getRegionName() {
        return null;
    }

    /**
     * Unique 24-hexadecimal digit string that identifies the replication object for a zone in a cluster.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    default @org.jetbrains.annotations.Nullable java.lang.String getReplicationSpecId() {
        return null;
    }

    /**
     * Flag that indicates whether to copy the oplogs to the target region.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    default @org.jetbrains.annotations.Nullable java.lang.Boolean getShouldCopyOplogs() {
        return null;
    }

    /**
     * @return a {@link Builder} of {@link ApiAtlasDiskBackupCopySettingView}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    static Builder builder() {
        return new Builder();
    }
    /**
     * A builder for {@link ApiAtlasDiskBackupCopySettingView}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    public static final class Builder implements software.amazon.jsii.Builder {
        java.lang.String cloudProvider;
        java.util.List frequencies;
        java.lang.String regionName;
        java.lang.String replicationSpecId;
        java.lang.Boolean shouldCopyOplogs;

        /**
         * Sets the value of {@link ApiAtlasDiskBackupCopySettingView#getCloudProvider}
         * @param cloudProvider A label that identifies the cloud provider that stores the snapshot copy.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        public Builder cloudProvider(java.lang.String cloudProvider) {
            this.cloudProvider = cloudProvider;
            return this;
        }

        /**
         * Sets the value of {@link ApiAtlasDiskBackupCopySettingView#getFrequencies}
         * @param frequencies List that describes which types of snapshots to copy.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        public Builder frequencies(java.util.List frequencies) {
            this.frequencies = frequencies;
            return this;
        }

        /**
         * Sets the value of {@link ApiAtlasDiskBackupCopySettingView#getRegionName}
         * @param regionName Target region to copy snapshots belonging to replicationSpecId to.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        public Builder regionName(java.lang.String regionName) {
            this.regionName = regionName;
            return this;
        }

        /**
         * Sets the value of {@link ApiAtlasDiskBackupCopySettingView#getReplicationSpecId}
         * @param replicationSpecId Unique 24-hexadecimal digit string that identifies the replication object for a zone in a cluster.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        public Builder replicationSpecId(java.lang.String replicationSpecId) {
            this.replicationSpecId = replicationSpecId;
            return this;
        }

        /**
         * Sets the value of {@link ApiAtlasDiskBackupCopySettingView#getShouldCopyOplogs}
         * @param shouldCopyOplogs Flag that indicates whether to copy the oplogs to the target region.
         * @return {@code this}
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        public Builder shouldCopyOplogs(java.lang.Boolean shouldCopyOplogs) {
            this.shouldCopyOplogs = shouldCopyOplogs;
            return this;
        }

        /**
         * Builds the configured instance.
         * @return a new instance of {@link ApiAtlasDiskBackupCopySettingView}
         * @throws NullPointerException if any required attribute was not provided
         */
        @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
        @Override
        public ApiAtlasDiskBackupCopySettingView build() {
            return new Jsii$Proxy(this);
        }
    }

    /**
     * An implementation for {@link ApiAtlasDiskBackupCopySettingView}
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    @software.amazon.jsii.Internal
    final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiAtlasDiskBackupCopySettingView {
        private final java.lang.String cloudProvider;
        private final java.util.List frequencies;
        private final java.lang.String regionName;
        private final java.lang.String replicationSpecId;
        private final java.lang.Boolean shouldCopyOplogs;

        /**
         * Constructor that initializes the object based on values retrieved from the JsiiObject.
         * @param objRef Reference to the JSII managed object.
         */
        protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
            super(objRef);
            this.cloudProvider = software.amazon.jsii.Kernel.get(this, "cloudProvider", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
            this.frequencies = software.amazon.jsii.Kernel.get(this, "frequencies", software.amazon.jsii.NativeType.listOf(software.amazon.jsii.NativeType.forClass(java.lang.String.class)));
            this.regionName = software.amazon.jsii.Kernel.get(this, "regionName", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
            this.replicationSpecId = software.amazon.jsii.Kernel.get(this, "replicationSpecId", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
            this.shouldCopyOplogs = software.amazon.jsii.Kernel.get(this, "shouldCopyOplogs", software.amazon.jsii.NativeType.forClass(java.lang.Boolean.class));
        }

        /**
         * Constructor that initializes the object based on literal property values passed by the {@link Builder}.
         */
        protected Jsii$Proxy(final Builder builder) {
            super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
            this.cloudProvider = builder.cloudProvider;
            this.frequencies = builder.frequencies;
            this.regionName = builder.regionName;
            this.replicationSpecId = builder.replicationSpecId;
            this.shouldCopyOplogs = builder.shouldCopyOplogs;
        }

        @Override
        public final java.lang.String getCloudProvider() {
            return this.cloudProvider;
        }

        @Override
        public final java.util.List getFrequencies() {
            return this.frequencies;
        }

        @Override
        public final java.lang.String getRegionName() {
            return this.regionName;
        }

        @Override
        public final java.lang.String getReplicationSpecId() {
            return this.replicationSpecId;
        }

        @Override
        public final java.lang.Boolean getShouldCopyOplogs() {
            return this.shouldCopyOplogs;
        }

        @Override
        @software.amazon.jsii.Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson() {
            final com.fasterxml.jackson.databind.ObjectMapper om = software.amazon.jsii.JsiiObjectMapper.INSTANCE;
            final com.fasterxml.jackson.databind.node.ObjectNode data = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();

            if (this.getCloudProvider() != null) {
                data.set("cloudProvider", om.valueToTree(this.getCloudProvider()));
            }
            if (this.getFrequencies() != null) {
                data.set("frequencies", om.valueToTree(this.getFrequencies()));
            }
            if (this.getRegionName() != null) {
                data.set("regionName", om.valueToTree(this.getRegionName()));
            }
            if (this.getReplicationSpecId() != null) {
                data.set("replicationSpecId", om.valueToTree(this.getReplicationSpecId()));
            }
            if (this.getShouldCopyOplogs() != null) {
                data.set("shouldCopyOplogs", om.valueToTree(this.getShouldCopyOplogs()));
            }

            final com.fasterxml.jackson.databind.node.ObjectNode struct = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
            struct.set("fqn", om.valueToTree("awscdk-resources-mongodbatlas.ApiAtlasDiskBackupCopySettingView"));
            struct.set("data", data);

            final com.fasterxml.jackson.databind.node.ObjectNode obj = com.fasterxml.jackson.databind.node.JsonNodeFactory.instance.objectNode();
            obj.set("$jsii.struct", struct);

            return obj;
        }

        @Override
        public final boolean equals(final Object o) {
            if (this == o) return true;
            if (o == null || getClass() != o.getClass()) return false;

            ApiAtlasDiskBackupCopySettingView.Jsii$Proxy that = (ApiAtlasDiskBackupCopySettingView.Jsii$Proxy) o;

            if (this.cloudProvider != null ? !this.cloudProvider.equals(that.cloudProvider) : that.cloudProvider != null) return false;
            if (this.frequencies != null ? !this.frequencies.equals(that.frequencies) : that.frequencies != null) return false;
            if (this.regionName != null ? !this.regionName.equals(that.regionName) : that.regionName != null) return false;
            if (this.replicationSpecId != null ? !this.replicationSpecId.equals(that.replicationSpecId) : that.replicationSpecId != null) return false;
            return this.shouldCopyOplogs != null ? this.shouldCopyOplogs.equals(that.shouldCopyOplogs) : that.shouldCopyOplogs == null;
        }

        @Override
        public final int hashCode() {
            int result = this.cloudProvider != null ? this.cloudProvider.hashCode() : 0;
            result = 31 * result + (this.frequencies != null ? this.frequencies.hashCode() : 0);
            result = 31 * result + (this.regionName != null ? this.regionName.hashCode() : 0);
            result = 31 * result + (this.replicationSpecId != null ? this.replicationSpecId.hashCode() : 0);
            result = 31 * result + (this.shouldCopyOplogs != null ? this.shouldCopyOplogs.hashCode() : 0);
            return result;
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy