Interface LandingZoneOperationDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LandingZoneOperationDetail.Builder,
,LandingZoneOperationDetail> SdkBuilder<LandingZoneOperationDetail.Builder,
,LandingZoneOperationDetail> SdkPojo
- Enclosing class:
LandingZoneOperationDetail
-
Method Summary
Modifier and TypeMethodDescriptionThe landing zone operation end time.operationType
(String operationType) The landing zone operation type.operationType
(LandingZoneOperationType operationType) The landing zone operation type.The landing zone operation start time.Valid values:status
(LandingZoneOperationStatus status) Valid values:statusMessage
(String statusMessage) If the operation result is FAILED, this string contains a message explaining why the operation failed.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 Details
-
endTime
The landing zone operation end time.
- Parameters:
endTime
- The landing zone operation end time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
The landing zone operation type.
Valid values:
-
DELETE
: TheDeleteLandingZone
operation. -
CREATE
: TheCreateLandingZone
operation. -
UPDATE
: TheUpdateLandingZone
operation. -
RESET
: TheResetLandingZone
operation.
- Parameters:
operationType
- The landing zone operation type.Valid values:
-
DELETE
: TheDeleteLandingZone
operation. -
CREATE
: TheCreateLandingZone
operation. -
UPDATE
: TheUpdateLandingZone
operation. -
RESET
: TheResetLandingZone
operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
operationType
The landing zone operation type.
Valid values:
-
DELETE
: TheDeleteLandingZone
operation. -
CREATE
: TheCreateLandingZone
operation. -
UPDATE
: TheUpdateLandingZone
operation. -
RESET
: TheResetLandingZone
operation.
- Parameters:
operationType
- The landing zone operation type.Valid values:
-
DELETE
: TheDeleteLandingZone
operation. -
CREATE
: TheCreateLandingZone
operation. -
UPDATE
: TheUpdateLandingZone
operation. -
RESET
: TheResetLandingZone
operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
startTime
The landing zone operation start time.
- Parameters:
startTime
- The landing zone operation start time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Valid values:
-
SUCCEEDED
: The landing zone operation succeeded. -
IN_PROGRESS
: The landing zone operation is in progress. -
FAILED
: The landing zone operation failed.
- Parameters:
status
- Valid values:-
SUCCEEDED
: The landing zone operation succeeded. -
IN_PROGRESS
: The landing zone operation is in progress. -
FAILED
: The landing zone operation failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
Valid values:
-
SUCCEEDED
: The landing zone operation succeeded. -
IN_PROGRESS
: The landing zone operation is in progress. -
FAILED
: The landing zone operation failed.
- Parameters:
status
- Valid values:-
SUCCEEDED
: The landing zone operation succeeded. -
IN_PROGRESS
: The landing zone operation is in progress. -
FAILED
: The landing zone operation failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
statusMessage
If the operation result is FAILED, this string contains a message explaining why the operation failed.
- Parameters:
statusMessage
- If the operation result is FAILED, this string contains a message explaining why the operation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-