Interface DisableBaselineResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ControlTowerResponse.Builder
,CopyableBuilder<DisableBaselineResponse.Builder,
,DisableBaselineResponse> SdkBuilder<DisableBaselineResponse.Builder,
,DisableBaselineResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisableBaselineResponse
@Mutable
@NotThreadSafe
public static interface DisableBaselineResponse.Builder
extends ControlTowerResponse.Builder, SdkPojo, CopyableBuilder<DisableBaselineResponse.Builder,DisableBaselineResponse>
-
Method Summary
Modifier and TypeMethodDescriptionoperationIdentifier
(String operationIdentifier) The ID (in UUID format) of the asynchronousDisableBaseline
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
The ID (in UUID format) of the asynchronous
DisableBaseline
operation. ThisoperationIdentifier
is used to track status through calls to theGetBaselineOperation
API.- Parameters:
operationIdentifier
- The ID (in UUID format) of the asynchronousDisableBaseline
operation. ThisoperationIdentifier
is used to track status through calls to theGetBaselineOperation
API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-