Interface GuardrailTopic.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailTopic.Builder,GuardrailTopic>
,SdkBuilder<GuardrailTopic.Builder,GuardrailTopic>
,SdkPojo
- Enclosing class:
- GuardrailTopic
public static interface GuardrailTopic.Builder extends SdkPojo, CopyableBuilder<GuardrailTopic.Builder,GuardrailTopic>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailTopic.Builder
action(String action)
The action details on a specific topic in the Guardrail.GuardrailTopic.Builder
action(GuardrailTopicPolicyAction action)
The action details on a specific topic in the Guardrail.GuardrailTopic.Builder
name(String name)
The name details on a specific topic in the Guardrail.GuardrailTopic.Builder
type(String type)
The type details on a specific topic in the Guardrail.GuardrailTopic.Builder
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 Detail
-
action
GuardrailTopic.Builder action(String 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:
GuardrailTopicPolicyAction
,GuardrailTopicPolicyAction
-
action
GuardrailTopic.Builder action(GuardrailTopicPolicyAction 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:
GuardrailTopicPolicyAction
,GuardrailTopicPolicyAction
-
name
GuardrailTopic.Builder name(String 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
GuardrailTopic.Builder type(String 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:
GuardrailTopicType
,GuardrailTopicType
-
type
GuardrailTopic.Builder type(GuardrailTopicType 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:
GuardrailTopicType
,GuardrailTopicType
-
-