Interface EnableControlResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ControlTowerResponse.Builder,CopyableBuilder<EnableControlResponse.Builder,EnableControlResponse>,SdkBuilder<EnableControlResponse.Builder,EnableControlResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- EnableControlResponse
public static interface EnableControlResponse.Builder extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<EnableControlResponse.Builder,EnableControlResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableControlResponse.Builderarn(String arn)The ARN of theEnabledControlresource.EnableControlResponse.BuilderoperationIdentifier(String operationIdentifier)The ID of the asynchronous operation, which is used to track status.-
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
-
arn
EnableControlResponse.Builder arn(String arn)
The ARN of the
EnabledControlresource.- Parameters:
arn- The ARN of theEnabledControlresource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIdentifier
EnableControlResponse.Builder operationIdentifier(String operationIdentifier)
The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.
- Parameters:
operationIdentifier- The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-