Interface EnableFastSnapshotRestoresRequest.Builder

    • Method Detail

      • availabilityZones

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

        One or more Availability Zones. For example, us-east-2a.

        Parameters:
        availabilityZones - One or more Availability Zones. For example, us-east-2a.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • availabilityZones

        EnableFastSnapshotRestoresRequest.Builder availabilityZones​(String... availabilityZones)

        One or more Availability Zones. For example, us-east-2a.

        Parameters:
        availabilityZones - One or more Availability Zones. For example, us-east-2a.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSnapshotIds

        EnableFastSnapshotRestoresRequest.Builder sourceSnapshotIds​(Collection<String> sourceSnapshotIds)

        The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.

        Parameters:
        sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSnapshotIds

        EnableFastSnapshotRestoresRequest.Builder sourceSnapshotIds​(String... sourceSnapshotIds)

        The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.

        Parameters:
        sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        EnableFastSnapshotRestoresRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.