Interface DisableFastSnapshotRestoresRequest.Builder

    • Method Detail

      • availabilityZones

        DisableFastSnapshotRestoresRequest.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

        DisableFastSnapshotRestoresRequest.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

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

        The IDs of one or more snapshots. For example, snap-1234567890abcdef0.

        Parameters:
        sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceSnapshotIds

        DisableFastSnapshotRestoresRequest.Builder sourceSnapshotIds​(String... sourceSnapshotIds)

        The IDs of one or more snapshots. For example, snap-1234567890abcdef0.

        Parameters:
        sourceSnapshotIds - The IDs of one or more snapshots. For example, snap-1234567890abcdef0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        DisableFastSnapshotRestoresRequest.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.