Class ClusterSnapshotArgs.Builder

  • Enclosing class:
    ClusterSnapshotArgs

    public static final class ClusterSnapshotArgs.Builder
    extends java.lang.Object
    • Method Detail

      • dbClusterIdentifier

        public ClusterSnapshotArgs.Builder dbClusterIdentifier​(com.pulumi.core.Output<java.lang.String> dbClusterIdentifier)
        Parameters:
        dbClusterIdentifier - The DB Cluster Identifier from which to take the snapshot.
        Returns:
        builder
      • dbClusterIdentifier

        public ClusterSnapshotArgs.Builder dbClusterIdentifier​(java.lang.String dbClusterIdentifier)
        Parameters:
        dbClusterIdentifier - The DB Cluster Identifier from which to take the snapshot.
        Returns:
        builder
      • dbClusterSnapshotIdentifier

        public ClusterSnapshotArgs.Builder dbClusterSnapshotIdentifier​(com.pulumi.core.Output<java.lang.String> dbClusterSnapshotIdentifier)
        Parameters:
        dbClusterSnapshotIdentifier - The Identifier for the snapshot.
        Returns:
        builder
      • dbClusterSnapshotIdentifier

        public ClusterSnapshotArgs.Builder dbClusterSnapshotIdentifier​(java.lang.String dbClusterSnapshotIdentifier)
        Parameters:
        dbClusterSnapshotIdentifier - The Identifier for the snapshot.
        Returns:
        builder
      • tags

        public ClusterSnapshotArgs.Builder tags​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public ClusterSnapshotArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the DB cluster. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder