Interface CustomInputContent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomInputContent.Builder,
,CustomInputContent> SdkBuilder<CustomInputContent.Builder,
,CustomInputContent> SdkPojo
- Enclosing class:
CustomInputContent
@Mutable
@NotThreadSafe
public static interface CustomInputContent.Builder
extends SdkPojo, CopyableBuilder<CustomInputContent.Builder,CustomInputContent>
-
Method Summary
Modifier and TypeMethodDescriptionfields
(Collection<FieldValue> fields) List of field values for theCustom
related item.fields
(Consumer<FieldValue.Builder>... fields) List of field values for theCustom
related item.fields
(FieldValue... fields) List of field values for theCustom
related item.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
-
fields
List of field values for the
Custom
related item.- Parameters:
fields
- List of field values for theCustom
related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
List of field values for the
Custom
related item.- Parameters:
fields
- List of field values for theCustom
related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
List of field values for the
This is a convenience method that creates an instance of theCustom
related item.FieldValue.Builder
avoiding the need to create one manually viaFieldValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofields(List<FieldValue>)
.- Parameters:
fields
- a consumer that will call methods onFieldValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-