Interface CustomOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomOutputConfiguration.Builder,,CustomOutputConfiguration> SdkBuilder<CustomOutputConfiguration.Builder,,CustomOutputConfiguration> SdkPojo
- Enclosing class:
CustomOutputConfiguration
@Mutable
@NotThreadSafe
public static interface CustomOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<CustomOutputConfiguration.Builder,CustomOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionblueprints(Collection<BlueprintItem> blueprints) Sets the value of the Blueprints property for this object.blueprints(Consumer<BlueprintItem.Builder>... blueprints) Sets the value of the Blueprints property for this object.blueprints(BlueprintItem... blueprints) Sets the value of the Blueprints property for this object.Sets the value of the Document property for this object.document(DocumentCustomOutputConfiguration document) Sets the value of the Document 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
-
blueprints
Sets the value of the Blueprints property for this object.- Parameters:
blueprints- The new value for the Blueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Sets the value of the Blueprints property for this object.- Parameters:
blueprints- The new value for the Blueprints property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprints
Sets the value of the Blueprints 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 toblueprints(List<BlueprintItem>).- Parameters:
blueprints- 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:
-
document
Sets the value of the Document property for this object.- Parameters:
document- The new value for the Document property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
document
default CustomOutputConfiguration.Builder document(Consumer<DocumentCustomOutputConfiguration.Builder> document) Sets the value of the Document property for this object. This is a convenience method that creates an instance of theDocumentCustomOutputConfiguration.Builderavoiding the need to create one manually viaDocumentCustomOutputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocument(DocumentCustomOutputConfiguration).- Parameters:
document- a consumer that will call methods onDocumentCustomOutputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-