Interface HookTarget.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HookTarget.Builder,,HookTarget> SdkBuilder<HookTarget.Builder,,HookTarget> SdkPojo
- Enclosing class:
HookTarget
@Mutable
@NotThreadSafe
public static interface HookTarget.Builder
extends SdkPojo, CopyableBuilder<HookTarget.Builder,HookTarget>
-
Method Summary
Modifier and TypeMethodDescriptionThe action that invoked the Hook.action(HookTargetAction action) The action that invoked the Hook.The unique identifier of the Hook invocation target.targetType(String targetType) The target type.targetType(HookTargetType targetType) The target type.targetTypeName(String targetTypeName) The target name, for example,AWS::S3::Bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
targetType
The target type.
- Parameters:
targetType- The target type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The target type.
- Parameters:
targetType- The target type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetTypeName
The target name, for example,
AWS::S3::Bucket.- Parameters:
targetTypeName- The target name, for example,AWS::S3::Bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetId
The unique identifier of the Hook invocation target.
- Parameters:
targetId- The unique identifier of the Hook invocation target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The action that invoked the Hook.
- Parameters:
action- The action that invoked the Hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action that invoked the Hook.
- Parameters:
action- The action that invoked the Hook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-