Interface CustomOutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomOutputConfiguration.Builder,CustomOutputConfiguration>,SdkBuilder<CustomOutputConfiguration.Builder,CustomOutputConfiguration>,SdkPojo
- Enclosing class:
- CustomOutputConfiguration
public static interface CustomOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<CustomOutputConfiguration.Builder,CustomOutputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomOutputConfiguration.Builderblueprints(Collection<BlueprintItem> blueprints)Sets the value of the Blueprints property for this object.CustomOutputConfiguration.Builderblueprints(Consumer<BlueprintItem.Builder>... blueprints)Sets the value of the Blueprints property for this object.CustomOutputConfiguration.Builderblueprints(BlueprintItem... blueprints)Sets the value of the Blueprints property for this object.-
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
-
blueprints
CustomOutputConfiguration.Builder blueprints(Collection<BlueprintItem> 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
CustomOutputConfiguration.Builder blueprints(BlueprintItem... 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
CustomOutputConfiguration.Builder blueprints(Consumer<BlueprintItem.Builder>... 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 to#blueprints(List.) - 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:
#blueprints(java.util.Collection)
-
-