Interface LandingZoneOperationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LandingZoneOperationSummary.Builder,
,LandingZoneOperationSummary> SdkBuilder<LandingZoneOperationSummary.Builder,
,LandingZoneOperationSummary> SdkPojo
- Enclosing class:
LandingZoneOperationSummary
@Mutable
@NotThreadSafe
public static interface LandingZoneOperationSummary.Builder
extends SdkPojo, CopyableBuilder<LandingZoneOperationSummary.Builder,LandingZoneOperationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionoperationIdentifier
(String operationIdentifier) TheoperationIdentifier
of the landing zone operation.operationType
(String operationType) The type of the landing zone operation.operationType
(LandingZoneOperationType operationType) The type of the landing zone operation.The status of the landing zone operation.status
(LandingZoneOperationStatus status) The status of the landing zone operation.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
-
operationIdentifier
The
operationIdentifier
of the landing zone operation.- Parameters:
operationIdentifier
- TheoperationIdentifier
of the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
The type of the landing zone operation.
- Parameters:
operationType
- The type of the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
The type of the landing zone operation.
- Parameters:
operationType
- The type of the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the landing zone operation.
- Parameters:
status
- The status of the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the landing zone operation.
- Parameters:
status
- The status of the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-