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