Interface ListHookResultsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<ListHookResultsRequest.Builder,ListHookResultsRequest>,SdkBuilder<ListHookResultsRequest.Builder,ListHookResultsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListHookResultsRequest
public static interface ListHookResultsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ListHookResultsRequest.Builder,ListHookResultsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHookResultsRequest.BuildernextToken(String nextToken)A string that identifies the next page of events that you want to retrieve.ListHookResultsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHookResultsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHookResultsRequest.BuildertargetId(String targetId)The logical ID of the target the operation is acting on by the Hook.ListHookResultsRequest.BuildertargetType(String targetType)The type of operation being targeted by the Hook.ListHookResultsRequest.BuildertargetType(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 Detail
-
targetType
ListHookResultsRequest.Builder targetType(String 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:
ListHookResultsTargetType,ListHookResultsTargetType
-
targetType
ListHookResultsRequest.Builder targetType(ListHookResultsTargetType 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:
ListHookResultsTargetType,ListHookResultsTargetType
-
targetId
ListHookResultsRequest.Builder targetId(String 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
HookRequestTokenreturned 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
HookRequestTokenreturned 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
ListHookResultsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListHookResultsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-