Package com.pulumi.aws.rds
Class ClusterSnapshotArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.rds.ClusterSnapshotArgs.Builder
-
- Enclosing class:
- ClusterSnapshotArgs
public static final class ClusterSnapshotArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ClusterSnapshotArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterSnapshotArgs
build()
ClusterSnapshotArgs.Builder
dbClusterIdentifier(com.pulumi.core.Output<java.lang.String> dbClusterIdentifier)
ClusterSnapshotArgs.Builder
dbClusterIdentifier(java.lang.String dbClusterIdentifier)
ClusterSnapshotArgs.Builder
dbClusterSnapshotIdentifier(com.pulumi.core.Output<java.lang.String> dbClusterSnapshotIdentifier)
ClusterSnapshotArgs.Builder
dbClusterSnapshotIdentifier(java.lang.String dbClusterSnapshotIdentifier)
ClusterSnapshotArgs.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
ClusterSnapshotArgs.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ClusterSnapshotArgs defaults)
-
-
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
-
build
public ClusterSnapshotArgs build()
-
-