Interface GuardrailImageSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GuardrailImageSource.Builder,GuardrailImageSource>,SdkBuilder<GuardrailImageSource.Builder,GuardrailImageSource>,SdkPojo
- Enclosing class:
- GuardrailImageSource
public static interface GuardrailImageSource.Builder extends SdkPojo, CopyableBuilder<GuardrailImageSource.Builder,GuardrailImageSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GuardrailImageSource.Builderbytes(SdkBytes bytes)The 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 Detail
-
bytes
GuardrailImageSource.Builder bytes(SdkBytes 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.
-
-