Interface BaselineOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BaselineOperation.Builder,
,BaselineOperation> SdkBuilder<BaselineOperation.Builder,
,BaselineOperation> SdkPojo
- Enclosing class:
BaselineOperation
@Mutable
@NotThreadSafe
public static interface BaselineOperation.Builder
extends SdkPojo, CopyableBuilder<BaselineOperation.Builder,BaselineOperation>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of the operation (if applicable), in ISO 8601 format.operationIdentifier
(String operationIdentifier) The identifier of the specified operation.operationType
(String operationType) An enumerated type (enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.operationType
(BaselineOperationType operationType) An enumerated type (enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.The start time of the operation, in ISO 8601 format.An enumerated type (enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.status
(BaselineOperationStatus status) An enumerated type (enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.statusMessage
(String statusMessage) A status message that gives more information about the operation's status, if applicable.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
-
endTime
The end time of the operation (if applicable), in ISO 8601 format.
- Parameters:
endTime
- The end time of the operation (if applicable), in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIdentifier
The identifier of the specified operation.
- Parameters:
operationIdentifier
- The identifier of the specified operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
An enumerated type (
enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.- Parameters:
operationType
- An enumerated type (enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
An enumerated type (
enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.- Parameters:
operationType
- An enumerated type (enum
) with possible values ofENABLE_BASELINE
,DISABLE_BASELINE
,UPDATE_ENABLED_BASELINE
, orRESET_ENABLED_BASELINE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startTime
The start time of the operation, in ISO 8601 format.
- Parameters:
startTime
- The start time of the operation, in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
An enumerated type (
enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.- Parameters:
status
- An enumerated type (enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
An enumerated type (
enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.- Parameters:
status
- An enumerated type (enum
) with possible values ofSUCCEEDED
,FAILED
, orIN_PROGRESS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
A status message that gives more information about the operation's status, if applicable.
- Parameters:
statusMessage
- A status message that gives more information about the operation's status, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-