Interface SnapshotDestinationConfiguration.Builder

    • Method Detail

      • s3Destinations

        SnapshotDestinationConfiguration.Builder s3Destinations​(Collection<SnapshotS3DestinationConfiguration> s3Destinations)

        A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.

        Parameters:
        s3Destinations - A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Destinations

        SnapshotDestinationConfiguration.Builder s3Destinations​(SnapshotS3DestinationConfiguration... s3Destinations)

        A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.

        Parameters:
        s3Destinations - A list of SnapshotS3DestinationConfiguration objects that contain Amazon S3 destination configurations. This structure can hold a maximum of 1 S3DestinationConfiguration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.