Class SnapshotCopyArgs.Builder

  • Enclosing class:
    SnapshotCopyArgs

    public static final class SnapshotCopyArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • copyTags

        public SnapshotCopyArgs.Builder copyTags​(@Nullable
                                                 com.pulumi.core.Output<java.lang.Boolean> copyTags)
        Parameters:
        copyTags - Whether to copy existing tags. Defaults to `false`.
        Returns:
        builder
      • copyTags

        public SnapshotCopyArgs.Builder copyTags​(java.lang.Boolean copyTags)
        Parameters:
        copyTags - Whether to copy existing tags. Defaults to `false`.
        Returns:
        builder
      • destinationRegion

        public SnapshotCopyArgs.Builder destinationRegion​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> destinationRegion)
        Parameters:
        destinationRegion - The Destination region to place snapshot copy.
        Returns:
        builder
      • destinationRegion

        public SnapshotCopyArgs.Builder destinationRegion​(java.lang.String destinationRegion)
        Parameters:
        destinationRegion - The Destination region to place snapshot copy.
        Returns:
        builder
      • kmsKeyId

        public SnapshotCopyArgs.Builder kmsKeyId​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> kmsKeyId)
        Parameters:
        kmsKeyId - KMS key ID.
        Returns:
        builder
      • kmsKeyId

        public SnapshotCopyArgs.Builder kmsKeyId​(java.lang.String kmsKeyId)
        Parameters:
        kmsKeyId - KMS key ID.
        Returns:
        builder
      • optionGroupName

        public SnapshotCopyArgs.Builder optionGroupName​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> optionGroupName)
        Parameters:
        optionGroupName - The name of an option group to associate with the copy of the snapshot.
        Returns:
        builder
      • optionGroupName

        public SnapshotCopyArgs.Builder optionGroupName​(java.lang.String optionGroupName)
        Parameters:
        optionGroupName - The name of an option group to associate with the copy of the snapshot.
        Returns:
        builder
      • presignedUrl

        public SnapshotCopyArgs.Builder presignedUrl​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> presignedUrl)
        Parameters:
        presignedUrl - he URL that contains a Signature Version 4 signed request.
        Returns:
        builder
      • presignedUrl

        public SnapshotCopyArgs.Builder presignedUrl​(java.lang.String presignedUrl)
        Parameters:
        presignedUrl - he URL that contains a Signature Version 4 signed request.
        Returns:
        builder
      • sourceDbSnapshotIdentifier

        public SnapshotCopyArgs.Builder sourceDbSnapshotIdentifier​(com.pulumi.core.Output<java.lang.String> sourceDbSnapshotIdentifier)
        Parameters:
        sourceDbSnapshotIdentifier - Snapshot identifier of the source snapshot.
        Returns:
        builder
      • sourceDbSnapshotIdentifier

        public SnapshotCopyArgs.Builder sourceDbSnapshotIdentifier​(java.lang.String sourceDbSnapshotIdentifier)
        Parameters:
        sourceDbSnapshotIdentifier - Snapshot identifier of the source snapshot.
        Returns:
        builder
      • tags

        public SnapshotCopyArgs.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value map of resource tags. 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 SnapshotCopyArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • targetCustomAvailabilityZone

        public SnapshotCopyArgs.Builder targetCustomAvailabilityZone​(@Nullable
                                                                     com.pulumi.core.Output<java.lang.String> targetCustomAvailabilityZone)
        Parameters:
        targetCustomAvailabilityZone - The external custom Availability Zone.
        Returns:
        builder
      • targetCustomAvailabilityZone

        public SnapshotCopyArgs.Builder targetCustomAvailabilityZone​(java.lang.String targetCustomAvailabilityZone)
        Parameters:
        targetCustomAvailabilityZone - The external custom Availability Zone.
        Returns:
        builder
      • targetDbSnapshotIdentifier

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

        public SnapshotCopyArgs.Builder targetDbSnapshotIdentifier​(java.lang.String targetDbSnapshotIdentifier)
        Parameters:
        targetDbSnapshotIdentifier - The Identifier for the snapshot.
        Returns:
        builder