public static interface StopContinuousExportResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StopContinuousExportResponse.Builder,StopContinuousExportResponse>
Modifier and Type | Method and Description |
---|---|
StopContinuousExportResponse.Builder |
startTime(Instant startTime)
Timestamp that represents when this continuous export started collecting data.
|
StopContinuousExportResponse.Builder |
stopTime(Instant stopTime)
Timestamp that represents when this continuous export was stopped.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StopContinuousExportResponse.Builder startTime(Instant startTime)
Timestamp that represents when this continuous export started collecting data.
startTime
- Timestamp that represents when this continuous export started collecting data.StopContinuousExportResponse.Builder stopTime(Instant stopTime)
Timestamp that represents when this continuous export was stopped.
stopTime
- Timestamp that represents when this continuous export was stopped.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.