Interface GetResourceRequestStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudControlResponse.Builder
,CopyableBuilder<GetResourceRequestStatusResponse.Builder,
,GetResourceRequestStatusResponse> SdkBuilder<GetResourceRequestStatusResponse.Builder,
,GetResourceRequestStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetResourceRequestStatusResponse
-
Method Summary
Modifier and TypeMethodDescriptionhooksProgressEvent
(Collection<HookProgressEvent> hooksProgressEvent) Lists Hook invocations for the specified target in the request.hooksProgressEvent
(Consumer<HookProgressEvent.Builder>... hooksProgressEvent) Lists Hook invocations for the specified target in the request.hooksProgressEvent
(HookProgressEvent... hooksProgressEvent) Lists Hook invocations for the specified target in the request.progressEvent
(Consumer<ProgressEvent.Builder> progressEvent) Represents the current status of the resource operation request.progressEvent
(ProgressEvent progressEvent) Represents the current status of the resource operation 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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
progressEvent
Represents the current status of the resource operation request.
- Parameters:
progressEvent
- Represents the current status of the resource operation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressEvent
default GetResourceRequestStatusResponse.Builder progressEvent(Consumer<ProgressEvent.Builder> progressEvent) Represents the current status of the resource operation request.
This is a convenience method that creates an instance of theProgressEvent.Builder
avoiding the need to create one manually viaProgressEvent.builder()
.When the
Consumer
completes,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:
-
hooksProgressEvent
GetResourceRequestStatusResponse.Builder hooksProgressEvent(Collection<HookProgressEvent> hooksProgressEvent) Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.
- Parameters:
hooksProgressEvent
- Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksProgressEvent
GetResourceRequestStatusResponse.Builder hooksProgressEvent(HookProgressEvent... hooksProgressEvent) Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.
- Parameters:
hooksProgressEvent
- Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hooksProgressEvent
GetResourceRequestStatusResponse.Builder hooksProgressEvent(Consumer<HookProgressEvent.Builder>... hooksProgressEvent) Lists Hook invocations for the specified target in the request. This is a list since the same target can invoke multiple Hooks.
This is a convenience method that creates an instance of theHookProgressEvent.Builder
avoiding the need to create one manually viaHookProgressEvent.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tohooksProgressEvent(List<HookProgressEvent>)
.- Parameters:
hooksProgressEvent
- a consumer that will call methods onHookProgressEvent.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-