Interface BlueprintDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BlueprintDetails.Builder,
,BlueprintDetails> SdkBuilder<BlueprintDetails.Builder,
,BlueprintDetails> SdkPojo
- Enclosing class:
BlueprintDetails
public static interface BlueprintDetails.Builder
extends SdkPojo, CopyableBuilder<BlueprintDetails.Builder,BlueprintDetails>
-
Method Summary
Modifier and TypeMethodDescriptionblueprintName
(String blueprintName) The name of the blueprint.The run ID for this blueprint.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, sdkFields
-
Method Details
-
blueprintName
The name of the blueprint.
- Parameters:
blueprintName
- The name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
The run ID for this blueprint.
- Parameters:
runId
- The run ID for this blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-