Interface ResponseVersion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResponseVersion.Builder,,ResponseVersion> SdkBuilder<ResponseVersion.Builder,,ResponseVersion> SdkPojo
- Enclosing class:
ResponseVersion
@Mutable
@NotThreadSafe
public static interface ResponseVersion.Builder
extends SdkPojo, CopyableBuilder<ResponseVersion.Builder,ResponseVersion>
-
Method Summary
Modifier and TypeMethodDescriptionresponseText(String responseText) The response text for this version.ISO 8601 timestamp of when this edit was made.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
responseText
The response text for this version.
- Parameters:
responseText- The response text for this version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
ISO 8601 timestamp of when this edit was made.
- Parameters:
timestamp- ISO 8601 timestamp of when this edit was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-