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)
Add an optional request override configuration.
|
SampleChannelDataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
SampleChannelDataRequest.Builder |
startTime(Instant startTime)
The start of the time window from which sample messages are retrieved.
|
build
overrideConfiguration
copy
applyMutation, build
SampleChannelDataRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.SampleChannelDataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.