Interface BlueprintFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BlueprintFilter.Builder,BlueprintFilter>,SdkBuilder<BlueprintFilter.Builder,BlueprintFilter>,SdkPojo
- Enclosing class:
- BlueprintFilter
public static interface BlueprintFilter.Builder extends SdkPojo, CopyableBuilder<BlueprintFilter.Builder,BlueprintFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlueprintFilter.BuilderblueprintArn(String blueprintArn)Sets the value of the BlueprintArn property for this object.BlueprintFilter.BuilderblueprintStage(String blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintFilter.BuilderblueprintStage(BlueprintStage blueprintStage)Sets the value of the BlueprintStage property for this object.BlueprintFilter.BuilderblueprintVersion(String blueprintVersion)Sets the value of the BlueprintVersion 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
-
blueprintArn
BlueprintFilter.Builder blueprintArn(String blueprintArn)
Sets the value of the BlueprintArn property for this object.- Parameters:
blueprintArn- The new value for the BlueprintArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintVersion
BlueprintFilter.Builder blueprintVersion(String blueprintVersion)
Sets the value of the BlueprintVersion property for this object.- Parameters:
blueprintVersion- The new value for the BlueprintVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blueprintStage
BlueprintFilter.Builder blueprintStage(String blueprintStage)
Sets the value of the BlueprintStage property for this object.- Parameters:
blueprintStage- The new value for the BlueprintStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BlueprintStage,BlueprintStage
-
blueprintStage
BlueprintFilter.Builder blueprintStage(BlueprintStage blueprintStage)
Sets the value of the BlueprintStage property for this object.- Parameters:
blueprintStage- The new value for the BlueprintStage property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BlueprintStage,BlueprintStage
-
-