Interface BaselineOperation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BaselineOperation.Builder,BaselineOperation>,SdkBuilder<BaselineOperation.Builder,BaselineOperation>,SdkPojo
- Enclosing class:
- BaselineOperation
public static interface BaselineOperation.Builder extends SdkPojo, CopyableBuilder<BaselineOperation.Builder,BaselineOperation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaselineOperation.BuilderendTime(Instant endTime)The end time of the operation (if applicable), in ISO 8601 format.BaselineOperation.BuilderoperationIdentifier(String operationIdentifier)The identifier of the specified operation.BaselineOperation.BuilderoperationType(String operationType)An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.BaselineOperation.BuilderoperationType(BaselineOperationType operationType)An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.BaselineOperation.BuilderstartTime(Instant startTime)The start time of the operation, in ISO 8601 format.BaselineOperation.Builderstatus(String status)An enumerated type (enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.BaselineOperation.Builderstatus(BaselineOperationStatus status)An enumerated type (enum) with possible values ofSUCCEEDED,FAILED, orIN_PROGRESS.BaselineOperation.BuilderstatusMessage(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, sdkFields
-
-
-
-
Method Detail
-
endTime
BaselineOperation.Builder endTime(Instant 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
BaselineOperation.Builder operationIdentifier(String 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
BaselineOperation.Builder operationType(String 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:
BaselineOperationType,BaselineOperationType
-
operationType
BaselineOperation.Builder operationType(BaselineOperationType 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:
BaselineOperationType,BaselineOperationType
-
startTime
BaselineOperation.Builder startTime(Instant 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
BaselineOperation.Builder status(String 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:
BaselineOperationStatus,BaselineOperationStatus
-
status
BaselineOperation.Builder status(BaselineOperationStatus 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:
BaselineOperationStatus,BaselineOperationStatus
-
statusMessage
BaselineOperation.Builder statusMessage(String 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.
-
-