Interface DescribeScheduledInstancesRequest.Builder

    • Method Detail

      • dryRun

        DescribeScheduledInstancesRequest.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.
      • filters

        DescribeScheduledInstancesRequest.Builder filters​(Collection<Filter> filters)

        The filters.

        • availability-zone - The Availability Zone (for example, us-west-2a).

        • instance-type - The instance type (for example, c4.large).

        • platform - The platform (Linux/UNIX or Windows).

        Parameters:
        filters - The filters.

        • availability-zone - The Availability Zone (for example, us-west-2a).

        • instance-type - The instance type (for example, c4.large).

        • platform - The platform (Linux/UNIX or Windows).

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

        DescribeScheduledInstancesRequest.Builder filters​(Filter... filters)

        The filters.

        • availability-zone - The Availability Zone (for example, us-west-2a).

        • instance-type - The instance type (for example, c4.large).

        • platform - The platform (Linux/UNIX or Windows).

        Parameters:
        filters - The filters.

        • availability-zone - The Availability Zone (for example, us-west-2a).

        • instance-type - The instance type (for example, c4.large).

        • platform - The platform (Linux/UNIX or Windows).

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

        DescribeScheduledInstancesRequest.Builder filters​(Consumer<Filter.Builder>... filters)

        The filters.

        • availability-zone - The Availability Zone (for example, us-west-2a).

        • instance-type - The instance type (for example, c4.large).

        • platform - The platform (Linux/UNIX or Windows).

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #filters(List).

        Parameters:
        filters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #filters(java.util.Collection)
      • maxResults

        DescribeScheduledInstancesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

        Parameters:
        maxResults - The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeScheduledInstancesRequest.Builder nextToken​(String nextToken)

        The token for the next set of results.

        Parameters:
        nextToken - The token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledInstanceIds

        DescribeScheduledInstancesRequest.Builder scheduledInstanceIds​(Collection<String> scheduledInstanceIds)

        The Scheduled Instance IDs.

        Parameters:
        scheduledInstanceIds - The Scheduled Instance IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledInstanceIds

        DescribeScheduledInstancesRequest.Builder scheduledInstanceIds​(String... scheduledInstanceIds)

        The Scheduled Instance IDs.

        Parameters:
        scheduledInstanceIds - The Scheduled Instance IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • slotStartTimeRange

        DescribeScheduledInstancesRequest.Builder slotStartTimeRange​(SlotStartTimeRangeRequest slotStartTimeRange)

        The time period for the first schedule to start.

        Parameters:
        slotStartTimeRange - The time period for the first schedule to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.