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 SummaryModifier 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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
blueprintsSets 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.
 
- 
blueprintsSets 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.
 
- 
blueprintsSets 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 on- BlueprintItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-