Interface FinalResponse.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<FinalResponse.Builder,FinalResponse>
,SdkBuilder<FinalResponse.Builder,FinalResponse>
,SdkPojo
- Enclosing class:
- FinalResponse
public static interface FinalResponse.Builder extends SdkPojo, CopyableBuilder<FinalResponse.Builder,FinalResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FinalResponse.Builder
text(String text)
The text in the response to the user.-
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
-
-
-
-
Method Detail
-
text
FinalResponse.Builder text(String text)
The text in the response to the user.
- Parameters:
text
- The text in the response to the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-