Interface InsightStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InsightStatus.Builder,InsightStatus>,SdkBuilder<InsightStatus.Builder,InsightStatus>,SdkPojo
- Enclosing class:
- InsightStatus
public static interface InsightStatus.Builder extends SdkPojo, CopyableBuilder<InsightStatus.Builder,InsightStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightStatus.Builderreason(String reason)Explanation on the reasoning for the status of the resource.InsightStatus.Builderstatus(String status)The status of the resource.InsightStatus.Builderstatus(InsightStatusValue status)The status of the resource.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
InsightStatus.Builder status(String status)
The status of the resource.
- Parameters:
status- The status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightStatusValue,InsightStatusValue
-
status
InsightStatus.Builder status(InsightStatusValue status)
The status of the resource.
- Parameters:
status- The status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightStatusValue,InsightStatusValue
-
reason
InsightStatus.Builder reason(String reason)
Explanation on the reasoning for the status of the resource.
- Parameters:
reason- Explanation on the reasoning for the status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-