public static interface ListHoursOfOperationsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListHoursOfOperationsRequest.Builder,ListHoursOfOperationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHoursOfOperationsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListHoursOfOperationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListHoursOfOperationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListHoursOfOperationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHoursOfOperationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHoursOfOperationsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListHoursOfOperationsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.ListHoursOfOperationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListHoursOfOperationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHoursOfOperationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.