Interface LastUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LastUpdate.Builder,
,LastUpdate> SdkBuilder<LastUpdate.Builder,
,LastUpdate> SdkPojo
- Enclosing class:
LastUpdate
@Mutable
@NotThreadSafe
public static interface LastUpdate.Builder
extends SdkPojo, CopyableBuilder<LastUpdate.Builder,LastUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the last update.status
(LastUpdateStatus status) The status of the last update.statusMessage
(String statusMessage) Error message describing the last account settings update status, visible only if an error occurred.targetQueryTCU
(Integer targetQueryTCU) The number of TimeStream Compute Units (TCUs) requested in the last account settings update.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 Details
-
targetQueryTCU
The number of TimeStream Compute Units (TCUs) requested in the last account settings update.
- Parameters:
targetQueryTCU
- The number of TimeStream Compute Units (TCUs) requested in the last account settings update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the last update. Can be either
PENDING
,FAILED
, orSUCCEEDED
.- Parameters:
status
- The status of the last update. Can be eitherPENDING
,FAILED
, orSUCCEEDED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the last update. Can be either
PENDING
,FAILED
, orSUCCEEDED
.- Parameters:
status
- The status of the last update. Can be eitherPENDING
,FAILED
, orSUCCEEDED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Error message describing the last account settings update status, visible only if an error occurred.
- Parameters:
statusMessage
- Error message describing the last account settings update status, visible only if an error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-