Interface PipelineBlueprintSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineBlueprintSummary.Builder,PipelineBlueprintSummary>,SdkBuilder<PipelineBlueprintSummary.Builder,PipelineBlueprintSummary>,SdkPojo
- Enclosing class:
- PipelineBlueprintSummary
public static interface PipelineBlueprintSummary.Builder extends SdkPojo, CopyableBuilder<PipelineBlueprintSummary.Builder,PipelineBlueprintSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineBlueprintSummary.BuilderblueprintName(String blueprintName)The name of the blueprint.PipelineBlueprintSummary.BuilderdisplayDescription(String displayDescription)A description of the blueprint.PipelineBlueprintSummary.BuilderdisplayName(String displayName)The display name of the blueprint.PipelineBlueprintSummary.Builderservice(String service)The name of the service that the blueprint is associated with.PipelineBlueprintSummary.BuilderuseCase(String useCase)The use case that the blueprint relates to.-
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
-
blueprintName
PipelineBlueprintSummary.Builder blueprintName(String 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.
-
displayName
PipelineBlueprintSummary.Builder displayName(String displayName)
The display name of the blueprint.
- Parameters:
displayName- The display name of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayDescription
PipelineBlueprintSummary.Builder displayDescription(String displayDescription)
A description of the blueprint.
- Parameters:
displayDescription- A description of the blueprint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
service
PipelineBlueprintSummary.Builder service(String service)
The name of the service that the blueprint is associated with.
- Parameters:
service- The name of the service that the blueprint is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useCase
PipelineBlueprintSummary.Builder useCase(String useCase)
The use case that the blueprint relates to.
- Parameters:
useCase- The use case that the blueprint relates to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-