Interface ResetLandingZoneResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ControlTowerResponse.Builder
,CopyableBuilder<ResetLandingZoneResponse.Builder,
,ResetLandingZoneResponse> SdkBuilder<ResetLandingZoneResponse.Builder,
,ResetLandingZoneResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ResetLandingZoneResponse
@Mutable
@NotThreadSafe
public static interface ResetLandingZoneResponse.Builder
extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<ResetLandingZoneResponse.Builder,ResetLandingZoneResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoperationIdentifier
(String operationIdentifier) A unique identifier assigned to aResetLandingZone
operation.Methods inherited from interface software.amazon.awssdk.services.controltower.model.ControlTowerResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
operationIdentifier
A unique identifier assigned to a
ResetLandingZone
operation. You can use this identifier as an input parameter ofGetLandingZoneOperation
to check the operation's status.- Parameters:
operationIdentifier
- A unique identifier assigned to aResetLandingZone
operation. You can use this identifier as an input parameter ofGetLandingZoneOperation
to check the operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-