Interface DocumentCustomOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentCustomOutputConfiguration.Builder,,DocumentCustomOutputConfiguration> SdkBuilder<DocumentCustomOutputConfiguration.Builder,,DocumentCustomOutputConfiguration> SdkPojo
- Enclosing class:
DocumentCustomOutputConfiguration
@Mutable
@NotThreadSafe
public static interface DocumentCustomOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<DocumentCustomOutputConfiguration.Builder,DocumentCustomOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionfallbackBlueprints(Collection<BlueprintItem> fallbackBlueprints) Sets the value of the FallbackBlueprints property for this object.fallbackBlueprints(Consumer<BlueprintItem.Builder>... fallbackBlueprints) Sets the value of the FallbackBlueprints property for this object.fallbackBlueprints(BlueprintItem... fallbackBlueprints) Sets the value of the FallbackBlueprints property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fallbackBlueprints
DocumentCustomOutputConfiguration.Builder fallbackBlueprints(Collection<BlueprintItem> fallbackBlueprints) Sets the value of the FallbackBlueprints property for this object.- Parameters:
fallbackBlueprints- The new value for the FallbackBlueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fallbackBlueprints
Sets the value of the FallbackBlueprints property for this object.- Parameters:
fallbackBlueprints- The new value for the FallbackBlueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fallbackBlueprints
DocumentCustomOutputConfiguration.Builder fallbackBlueprints(Consumer<BlueprintItem.Builder>... fallbackBlueprints) Sets the value of the FallbackBlueprints property for this object. This is a convenience method that creates an instance of theBlueprintItem.Builderavoiding the need to create one manually viaBlueprintItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofallbackBlueprints(List<BlueprintItem>).- Parameters:
fallbackBlueprints- a consumer that will call methods onBlueprintItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-