Interface AwsRdsDbClusterSnapshotDetails.Builder

    • Method Detail

      • availabilityZones

        AwsRdsDbClusterSnapshotDetails.Builder availabilityZones​(Collection<String> availabilityZones)

        A list of Availability Zones where instances in the DB cluster can be created.

        Parameters:
        availabilityZones - A list of Availability Zones where instances in the DB cluster can be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZones

        AwsRdsDbClusterSnapshotDetails.Builder availabilityZones​(String... availabilityZones)

        A list of Availability Zones where instances in the DB cluster can be created.

        Parameters:
        availabilityZones - A list of Availability Zones where instances in the DB cluster can be created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotCreateTime

        AwsRdsDbClusterSnapshotDetails.Builder snapshotCreateTime​(String snapshotCreateTime)

        Indicates when the snapshot was taken.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        snapshotCreateTime - Indicates when the snapshot was taken.

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engine

        AwsRdsDbClusterSnapshotDetails.Builder engine​(String engine)

        The name of the database engine that you want to use for this DB instance.

        Parameters:
        engine - The name of the database engine that you want to use for this DB instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allocatedStorage

        AwsRdsDbClusterSnapshotDetails.Builder allocatedStorage​(Integer allocatedStorage)

        Specifies the allocated storage size in gibibytes (GiB).

        Parameters:
        allocatedStorage - Specifies the allocated storage size in gibibytes (GiB).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        AwsRdsDbClusterSnapshotDetails.Builder status​(String status)

        The status of this DB cluster snapshot.

        Parameters:
        status - The status of this DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        AwsRdsDbClusterSnapshotDetails.Builder port​(Integer port)

        The port number on which the DB instances in the DB cluster accept connections.

        Parameters:
        port - The port number on which the DB instances in the DB cluster accept connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        AwsRdsDbClusterSnapshotDetails.Builder vpcId​(String vpcId)

        The VPC ID that is associated with the DB cluster snapshot.

        Parameters:
        vpcId - The VPC ID that is associated with the DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterCreateTime

        AwsRdsDbClusterSnapshotDetails.Builder clusterCreateTime​(String clusterCreateTime)

        Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Parameters:
        clusterCreateTime - Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).

        For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • masterUsername

        AwsRdsDbClusterSnapshotDetails.Builder masterUsername​(String masterUsername)

        The name of the master user for the DB cluster.

        Parameters:
        masterUsername - The name of the master user for the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engineVersion

        AwsRdsDbClusterSnapshotDetails.Builder engineVersion​(String engineVersion)

        The version of the database engine to use.

        Parameters:
        engineVersion - The version of the database engine to use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • licenseModel

        AwsRdsDbClusterSnapshotDetails.Builder licenseModel​(String licenseModel)

        The license model information for this DB cluster snapshot.

        Parameters:
        licenseModel - The license model information for this DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotType

        AwsRdsDbClusterSnapshotDetails.Builder snapshotType​(String snapshotType)

        The type of DB cluster snapshot.

        Parameters:
        snapshotType - The type of DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • percentProgress

        AwsRdsDbClusterSnapshotDetails.Builder percentProgress​(Integer percentProgress)

        Specifies the percentage of the estimated data that has been transferred.

        Parameters:
        percentProgress - Specifies the percentage of the estimated data that has been transferred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageEncrypted

        AwsRdsDbClusterSnapshotDetails.Builder storageEncrypted​(Boolean storageEncrypted)

        Whether the DB cluster is encrypted.

        Parameters:
        storageEncrypted - Whether the DB cluster is encrypted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        AwsRdsDbClusterSnapshotDetails.Builder kmsKeyId​(String kmsKeyId)

        The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.

        Parameters:
        kmsKeyId - The ARN of the KMS master key that is used to encrypt the database instances in the DB cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterIdentifier

        AwsRdsDbClusterSnapshotDetails.Builder dbClusterIdentifier​(String dbClusterIdentifier)

        The DB cluster identifier.

        Parameters:
        dbClusterIdentifier - The DB cluster identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterSnapshotIdentifier

        AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotIdentifier​(String dbClusterSnapshotIdentifier)

        The identifier of the DB cluster snapshot.

        Parameters:
        dbClusterSnapshotIdentifier - The identifier of the DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iamDatabaseAuthenticationEnabled

        AwsRdsDbClusterSnapshotDetails.Builder iamDatabaseAuthenticationEnabled​(Boolean iamDatabaseAuthenticationEnabled)

        Whether mapping of IAM accounts to database accounts is enabled.

        Parameters:
        iamDatabaseAuthenticationEnabled - Whether mapping of IAM accounts to database accounts is enabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterSnapshotAttributes

        AwsRdsDbClusterSnapshotDetails.Builder dbClusterSnapshotAttributes​(AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute... dbClusterSnapshotAttributes)

        Contains the name and values of a manual DB cluster snapshot attribute.

        Parameters:
        dbClusterSnapshotAttributes - Contains the name and values of a manual DB cluster snapshot attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.