Interface TestAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestAction.Builder,,TestAction> SdkBuilder<TestAction.Builder,,TestAction> SdkPojo
- Enclosing class:
TestAction
@Mutable
@NotThreadSafe
public static interface TestAction.Builder
extends SdkPojo, CopyableBuilder<TestAction.Builder,TestAction>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the fault action.description(String description) A description of the fault action.resourceType(String resourceType) The resource type that the action targets.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
-
actionId
The identifier of the fault action.
- Parameters:
actionId- The identifier of the fault action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the fault action.
- Parameters:
description- A description of the fault action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The resource type that the action targets.
- Parameters:
resourceType- The resource type that the action targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-