Interface GuardrailEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailEvent.Builder,,GuardrailEvent> SdkBuilder<GuardrailEvent.Builder,,GuardrailEvent> SdkPojo
- All Known Subinterfaces:
DefaultGuardrail.Builder
- Enclosing class:
GuardrailEvent
public static interface GuardrailEvent.Builder
extends SdkPojo, CopyableBuilder<GuardrailEvent.Builder,GuardrailEvent>
-
Method Summary
Modifier and TypeMethodDescriptionThe guardrail action.action(GuadrailAction action) The guardrail action.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
-
action
The guardrail action.
- Parameters:
action- The guardrail action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The guardrail action.
- Parameters:
action- The guardrail action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-