Interface GetResourceRequestStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudControlResponse.Builder,CopyableBuilder<GetResourceRequestStatusResponse.Builder,GetResourceRequestStatusResponse>,SdkBuilder<GetResourceRequestStatusResponse.Builder,GetResourceRequestStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetResourceRequestStatusResponse
public static interface GetResourceRequestStatusResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<GetResourceRequestStatusResponse.Builder,GetResourceRequestStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetResourceRequestStatusResponse.BuilderhooksProgressEvent(Collection<HookProgressEvent> hooksProgressEvent)Lists Hook invocations for the specified target in the request.GetResourceRequestStatusResponse.BuilderhooksProgressEvent(Consumer<HookProgressEvent.Builder>... hooksProgressEvent)Lists Hook invocations for the specified target in the request.GetResourceRequestStatusResponse.BuilderhooksProgressEvent(HookProgressEvent... hooksProgressEvent)Lists Hook invocations for the specified target in the request.default GetResourceRequestStatusResponse.BuilderprogressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource operation request.GetResourceRequestStatusResponse.BuilderprogressEvent(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 Detail
-
progressEvent
GetResourceRequestStatusResponse.Builder progressEvent(ProgressEvent 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.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)
-
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.Builderavoiding the need to create one manually viaHookProgressEvent.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#hooksProgressEvent(List.) - 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:
#hooksProgressEvent(java.util.Collection)
-
-