Interface StartDeploymentResponse.Builder
-
- All Superinterfaces:
AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>,SdkBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartDeploymentResponse
public static interface StartDeploymentResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<StartDeploymentResponse.Builder,StartDeploymentResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDeploymentResponse.BuilderoperationId(String operationId)The unique ID of the asynchronous operation that this request started.-
Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.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
-
operationId
StartDeploymentResponse.Builder operationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
- Parameters:
operationId- The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-