Package software.amazon.awssdk.services.bedrockagentruntime.model.retrieveandgeneratestreamresponseoutput
Interface DefaultGuardrail.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailEvent.Builder,GuardrailEvent>
,GuardrailEvent.Builder
,SdkBuilder<GuardrailEvent.Builder,GuardrailEvent>
,SdkPojo
- Enclosing class:
- DefaultGuardrail
public static interface DefaultGuardrail.Builder extends GuardrailEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultGuardrail
build()
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailEvent.Builder
action, action
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
build
DefaultGuardrail build()
- Specified by:
build
in interfaceBuildable
- Specified by:
build
in interfaceSdkBuilder<GuardrailEvent.Builder,GuardrailEvent>
-
-