Interface DeleteLandingZoneResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ControlTowerResponse.Builder,CopyableBuilder<DeleteLandingZoneResponse.Builder,DeleteLandingZoneResponse>,SdkBuilder<DeleteLandingZoneResponse.Builder,DeleteLandingZoneResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteLandingZoneResponse
public static interface DeleteLandingZoneResponse.Builder extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<DeleteLandingZoneResponse.Builder,DeleteLandingZoneResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLandingZoneResponse.BuilderoperationIdentifier(String operationIdentifier)>A unique identifier assigned to aDeleteLandingZoneoperation.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
operationIdentifier
DeleteLandingZoneResponse.Builder operationIdentifier(String operationIdentifier)
>A unique identifier assigned to a
DeleteLandingZoneoperation. You can use this identifier as an input parameter ofGetLandingZoneOperationto check the operation's status.- Parameters:
operationIdentifier- >A unique identifier assigned to aDeleteLandingZoneoperation. You can use this identifier as an input parameter ofGetLandingZoneOperationto check the operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-