Interface ListHookResultsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFormationRequest.Builder
,CopyableBuilder<ListHookResultsRequest.Builder,
,ListHookResultsRequest> SdkBuilder<ListHookResultsRequest.Builder,
,ListHookResultsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListHookResultsRequest
@Mutable
@NotThreadSafe
public static interface ListHookResultsRequest.Builder
extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListHookResultsRequest.Builder,ListHookResultsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA string that identifies the next page of events that you want to retrieve.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The logical ID of the target the operation is acting on by the Hook.targetType
(String targetType) The type of operation being targeted by the Hook.targetType
(ListHookResultsTargetType targetType) The type of operation being targeted by the Hook.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
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
-
Method Details
-
targetType
The type of operation being targeted by the Hook.
- Parameters:
targetType
- The type of operation being targeted by the Hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of operation being targeted by the Hook.
- Parameters:
targetType
- The type of operation being targeted by the Hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetId
The logical ID of the target the operation is acting on by the Hook. If the target is a change set, it's the ARN of the change set.
If the target is a Cloud Control API operation, this will be the
HookRequestToken
returned by the Cloud Control API operation request. For more information on theHookRequestToken
, see ProgressEvent.- Parameters:
targetId
- The logical ID of the target the operation is acting on by the Hook. If the target is a change set, it's the ARN of the change set.If the target is a Cloud Control API operation, this will be the
HookRequestToken
returned by the Cloud Control API operation request. For more information on theHookRequestToken
, see ProgressEvent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A string that identifies the next page of events that you want to retrieve.
- Parameters:
nextToken
- A string that identifies the next page of events that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListHookResultsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListHookResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-