Interface ActionTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionTarget.Builder,ActionTarget>,SdkBuilder<ActionTarget.Builder,ActionTarget>,SdkPojo
- Enclosing class:
- ActionTarget
public static interface ActionTarget.Builder extends SdkPojo, CopyableBuilder<ActionTarget.Builder,ActionTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionTarget.BuilderresourceType(String resourceType)The resource type of the target.-
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, sdkFields
-
-
-
-
Method Detail
-
resourceType
ActionTarget.Builder resourceType(String resourceType)
The resource type of the target.
- Parameters:
resourceType- The resource type of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-