Interface StopContinuousExportResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StopContinuousExportResponse.Builder,StopContinuousExportResponse>,SdkBuilder<StopContinuousExportResponse.Builder,StopContinuousExportResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopContinuousExportResponse
public static interface StopContinuousExportResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StopContinuousExportResponse.Builder,StopContinuousExportResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopContinuousExportResponse.BuilderstartTime(Instant startTime)Timestamp that represents when this continuous export started collecting data.StopContinuousExportResponse.BuilderstopTime(Instant stopTime)Timestamp that represents when this continuous export was stopped.-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
startTime
StopContinuousExportResponse.Builder startTime(Instant startTime)
Timestamp that represents when this continuous export started collecting data.
- Parameters:
startTime- Timestamp that represents when this continuous export started collecting data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stopTime
StopContinuousExportResponse.Builder stopTime(Instant stopTime)
Timestamp that represents when this continuous export was stopped.
- Parameters:
stopTime- Timestamp that represents when this continuous export was stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-