Interface GuardrailImageSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GuardrailImageSource.Builder,
,GuardrailImageSource> SdkBuilder<GuardrailImageSource.Builder,
,GuardrailImageSource> SdkPojo
- Enclosing class:
GuardrailImageSource
@Mutable
@NotThreadSafe
public static interface GuardrailImageSource.Builder
extends SdkPojo, CopyableBuilder<GuardrailImageSource.Builder,GuardrailImageSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe bytes details of the guardrail image source.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
-
bytes
The bytes details of the guardrail image source. Object used in independent api.
- Parameters:
bytes
- The bytes details of the guardrail image source. Object used in independent api.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-