Interface LandingZoneOperationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LandingZoneOperationSummary.Builder,LandingZoneOperationSummary>,SdkBuilder<LandingZoneOperationSummary.Builder,LandingZoneOperationSummary>,SdkPojo
- Enclosing class:
- LandingZoneOperationSummary
public static interface LandingZoneOperationSummary.Builder extends SdkPojo, CopyableBuilder<LandingZoneOperationSummary.Builder,LandingZoneOperationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LandingZoneOperationSummary.BuilderoperationIdentifier(String operationIdentifier)TheoperationIdentifierof the landing zone operation.LandingZoneOperationSummary.BuilderoperationType(String operationType)The type of the landing zone operation.LandingZoneOperationSummary.BuilderoperationType(LandingZoneOperationType operationType)The type of the landing zone operation.LandingZoneOperationSummary.Builderstatus(String status)The status of the landing zone operation.LandingZoneOperationSummary.Builderstatus(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, sdkFields
-
-
-
-
Method Detail
-
operationIdentifier
LandingZoneOperationSummary.Builder operationIdentifier(String operationIdentifier)
The
operationIdentifierof the landing zone operation.- Parameters:
operationIdentifier- TheoperationIdentifierof the landing zone operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
LandingZoneOperationSummary.Builder operationType(String 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:
LandingZoneOperationType,LandingZoneOperationType
-
operationType
LandingZoneOperationSummary.Builder operationType(LandingZoneOperationType 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:
LandingZoneOperationType,LandingZoneOperationType
-
status
LandingZoneOperationSummary.Builder status(String 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:
LandingZoneOperationStatus,LandingZoneOperationStatus
-
status
LandingZoneOperationSummary.Builder status(LandingZoneOperationStatus 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:
LandingZoneOperationStatus,LandingZoneOperationStatus
-
-