Interface ListZonalShiftsRequest.Builder

All Superinterfaces:
ArcZonalShiftRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>, SdkBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListZonalShiftsRequest

public static interface ListZonalShiftsRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<ListZonalShiftsRequest.Builder,ListZonalShiftsRequest>
  • Method Details

    • maxResults

      ListZonalShiftsRequest.Builder maxResults(Integer maxResults)

      The number of objects that you want to return with this call.

      Parameters:
      maxResults - The number of objects that you want to return with this call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListZonalShiftsRequest.Builder nextToken(String nextToken)

      Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.

      Parameters:
      nextToken - Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceIdentifier

      ListZonalShiftsRequest.Builder resourceIdentifier(String resourceIdentifier)

      The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.

      Parameters:
      resourceIdentifier - The identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      A status for a zonal shift.

      The Status for a zonal shift can have one of the following values:

      • ACTIVE: The zonal shift has been started and active.

      • EXPIRED: The zonal shift has expired (the expiry time was exceeded).

      • CANCELED: The zonal shift was canceled.

      Parameters:
      status - A status for a zonal shift.

      The Status for a zonal shift can have one of the following values:

      • ACTIVE: The zonal shift has been started and active.

      • EXPIRED: The zonal shift has expired (the expiry time was exceeded).

      • CANCELED: The zonal shift was canceled.

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

      A status for a zonal shift.

      The Status for a zonal shift can have one of the following values:

      • ACTIVE: The zonal shift has been started and active.

      • EXPIRED: The zonal shift has expired (the expiry time was exceeded).

      • CANCELED: The zonal shift was canceled.

      Parameters:
      status - A status for a zonal shift.

      The Status for a zonal shift can have one of the following values:

      • ACTIVE: The zonal shift has been started and active.

      • EXPIRED: The zonal shift has expired (the expiry time was exceeded).

      • CANCELED: The zonal shift was canceled.

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

      ListZonalShiftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.