Interface UpdateResourceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudControlResponse.Builder,CopyableBuilder<UpdateResourceResponse.Builder,UpdateResourceResponse>,SdkBuilder<UpdateResourceResponse.Builder,UpdateResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateResourceResponse
public static interface UpdateResourceResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateResourceResponse.Builder,UpdateResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateResourceResponse.BuilderprogressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource update request.UpdateResourceResponse.BuilderprogressEvent(ProgressEvent progressEvent)Represents the current status of the resource update request.-
Methods inherited from interface software.amazon.awssdk.services.cloudcontrol.model.CloudControlResponse.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
-
progressEvent
UpdateResourceResponse.Builder progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
Use the
RequestTokenof theProgressEventwith GetResourceRequestStatus to return the current status of a resource operation request.- Parameters:
progressEvent- Represents the current status of the resource update request.Use the
RequestTokenof theProgressEventwith GetResourceRequestStatus to return the current status of a resource operation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressEvent
default UpdateResourceResponse.Builder progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource update request.
Use the
This is a convenience method that creates an instance of theRequestTokenof theProgressEventwith GetResourceRequestStatus to return the current status of a resource operation request.ProgressEvent.Builderavoiding the need to create one manually viaProgressEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprogressEvent(ProgressEvent).- Parameters:
progressEvent- a consumer that will call methods onProgressEvent.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
progressEvent(ProgressEvent)
-
-