Interface EnableFastSnapshotRestoresRequest.Builder

    • Method Detail

      • availabilityZones

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

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

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

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

        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.