Interface DisableFastSnapshotRestoresRequest.Builder

    • Method Detail

      • availabilityZones

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

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

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

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

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

        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.

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

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

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

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

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

        One or more Availability Zone IDs. For example, use2-az1.

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

        Parameters:
        availabilityZoneIds - One or more Availability Zone IDs. For example, use2-az1.

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

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

        DisableFastSnapshotRestoresRequest.Builder availabilityZoneIds​(String... availabilityZoneIds)

        One or more Availability Zone IDs. For example, use2-az1.

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

        Parameters:
        availabilityZoneIds - One or more Availability Zone IDs. For example, use2-az1.

        Either AvailabilityZone or AvailabilityZoneId must be specified in the request, but not both.

        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.