Interface CreateLandingZoneResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ControlTowerResponse.Builder
,CopyableBuilder<CreateLandingZoneResponse.Builder,
,CreateLandingZoneResponse> SdkBuilder<CreateLandingZoneResponse.Builder,
,CreateLandingZoneResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateLandingZoneResponse
@Mutable
@NotThreadSafe
public static interface CreateLandingZoneResponse.Builder
extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<CreateLandingZoneResponse.Builder,CreateLandingZoneResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the landing zone resource.operationIdentifier
(String operationIdentifier) A unique identifier assigned to aCreateLandingZone
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
-
arn
The ARN of the landing zone resource.
- Parameters:
arn
- The ARN of the landing zone resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIdentifier
A unique identifier assigned to a
CreateLandingZone
operation. You can use this identifier as an input ofGetLandingZoneOperation
to check the operation's status.- Parameters:
operationIdentifier
- A unique identifier assigned to aCreateLandingZone
operation. You can use this identifier as an input ofGetLandingZoneOperation
to check the operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-