public static interface SampleChannelDataRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<SampleChannelDataRequest.Builder,SampleChannelDataRequest>
| Modifier and Type | Method and Description |
|---|---|
SampleChannelDataRequest.Builder |
channelName(String channelName)
The name of the channel whose message samples are retrieved.
|
SampleChannelDataRequest.Builder |
endTime(Instant endTime)
The end of the time window from which sample messages are retrieved.
|
SampleChannelDataRequest.Builder |
maxMessages(Integer maxMessages)
The number of sample messages to be retrieved.
|
SampleChannelDataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SampleChannelDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SampleChannelDataRequest.Builder |
startTime(Instant startTime)
The start of the time window from which sample messages are retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSampleChannelDataRequest.Builder channelName(String channelName)
The name of the channel whose message samples are retrieved.
channelName - The name of the channel whose message samples are retrieved.SampleChannelDataRequest.Builder maxMessages(Integer maxMessages)
The number of sample messages to be retrieved. The limit is 10. The default is also 10.
maxMessages - The number of sample messages to be retrieved. The limit is 10. The default is also 10.SampleChannelDataRequest.Builder startTime(Instant startTime)
The start of the time window from which sample messages are retrieved.
startTime - The start of the time window from which sample messages are retrieved.SampleChannelDataRequest.Builder endTime(Instant endTime)
The end of the time window from which sample messages are retrieved.
endTime - The end of the time window from which sample messages are retrieved.SampleChannelDataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSampleChannelDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.