Interface GuardrailTopic.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailTopic.Builder,
,GuardrailTopic> SdkBuilder<GuardrailTopic.Builder,
,GuardrailTopic> SdkPojo
- Enclosing class:
GuardrailTopic
@Mutable
@NotThreadSafe
public static interface GuardrailTopic.Builder
extends SdkPojo, CopyableBuilder<GuardrailTopic.Builder,GuardrailTopic>
-
Method Summary
Modifier and TypeMethodDescriptionThe action details on a specific topic in the Guardrail.action
(GuardrailTopicPolicyAction action) The action details on a specific topic in the Guardrail.The name details on a specific topic in the Guardrail.The type details on a specific topic in the Guardrail.type
(GuardrailTopicType type) The type details on a specific topic in the Guardrail.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 Details
-
action
The action details on a specific topic in the Guardrail.
- Parameters:
action
- The action details on a specific topic in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action details on a specific topic in the Guardrail.
- Parameters:
action
- The action details on a specific topic in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name details on a specific topic in the Guardrail.
- Parameters:
name
- The name details on a specific topic in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type details on a specific topic in the Guardrail.
- Parameters:
type
- The type details on a specific topic in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type details on a specific topic in the Guardrail.
- Parameters:
type
- The type details on a specific topic in the Guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-