Interface Rationale.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Rationale.Builder,Rationale>
,SdkBuilder<Rationale.Builder,Rationale>
,SdkPojo
- Enclosing class:
- Rationale
public static interface Rationale.Builder extends SdkPojo, CopyableBuilder<Rationale.Builder,Rationale>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rationale.Builder
text(String text)
Sets the value of the Text property for this object.Rationale.Builder
traceId(String traceId)
Sets the value of the TraceId property for this object.-
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
-
traceId
Rationale.Builder traceId(String traceId)
Sets the value of the TraceId property for this object.- Parameters:
traceId
- The new value for the TraceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
Rationale.Builder text(String text)
Sets the value of the Text property for this object.- Parameters:
text
- The new value for the Text property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-