Interface UpdateCaseActionDefinition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateCaseActionDefinition.Builder,
,UpdateCaseActionDefinition> SdkBuilder<UpdateCaseActionDefinition.Builder,
,UpdateCaseActionDefinition> SdkPojo
- Enclosing class:
UpdateCaseActionDefinition
public static interface UpdateCaseActionDefinition.Builder
extends SdkPojo, CopyableBuilder<UpdateCaseActionDefinition.Builder,UpdateCaseActionDefinition>
-
Method Summary
Modifier and TypeMethodDescriptionfields
(Collection<FieldValue> fields) An array of objects withField ID
and Value data.fields
(Consumer<FieldValue.Builder>... fields) An array of objects withField ID
and Value data.fields
(FieldValue... fields) An array of objects withField ID
and Value data.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, sdkFields
-
Method Details
-
fields
An array of objects with
Field ID
and Value data.- Parameters:
fields
- An array of objects withField ID
and Value data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
An array of objects with
Field ID
and Value data.- Parameters:
fields
- An array of objects withField ID
and Value data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
An array of objects with
This is a convenience method that creates an instance of theField ID
and Value data.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:
-