public static interface ListSchedulingPoliciesResponse.Builder extends BatchResponse.Builder, SdkPojo, CopyableBuilder<ListSchedulingPoliciesResponse.Builder,ListSchedulingPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchedulingPoliciesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListSchedulingPolicies request. |
ListSchedulingPoliciesResponse.Builder |
schedulingPolicies(Collection<SchedulingPolicyListingDetail> schedulingPolicies)
A list of scheduling policies that match the request.
|
ListSchedulingPoliciesResponse.Builder |
schedulingPolicies(Consumer<SchedulingPolicyListingDetail.Builder>... schedulingPolicies)
A list of scheduling policies that match the request.
|
ListSchedulingPoliciesResponse.Builder |
schedulingPolicies(SchedulingPolicyListingDetail... schedulingPolicies)
A list of scheduling policies that match the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchedulingPoliciesResponse.Builder schedulingPolicies(Collection<SchedulingPolicyListingDetail> schedulingPolicies)
A list of scheduling policies that match the request.
schedulingPolicies - A list of scheduling policies that match the request.ListSchedulingPoliciesResponse.Builder schedulingPolicies(SchedulingPolicyListingDetail... schedulingPolicies)
A list of scheduling policies that match the request.
schedulingPolicies - A list of scheduling policies that match the request.ListSchedulingPoliciesResponse.Builder schedulingPolicies(Consumer<SchedulingPolicyListingDetail.Builder>... schedulingPolicies)
A list of scheduling policies that match the request.
This is a convenience method that creates an instance of theSchedulingPolicyListingDetail.Builder avoiding the need
to create one manually via
SchedulingPolicyListingDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #schedulingPolicies(List.
schedulingPolicies - a consumer that will call methods on
SchedulingPolicyListingDetail.Builder#schedulingPolicies(java.util.Collection) ListSchedulingPoliciesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListSchedulingPolicies request. When the
results of a ListSchedulingPolicies request exceed maxResults, this value can be
used to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The nextToken value to include in a future ListSchedulingPolicies request.
When the results of a ListSchedulingPolicies request exceed maxResults, this
value can be used to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.