Interface SolutionStackDescription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SolutionStackDescription.Builder,,SolutionStackDescription> SdkBuilder<SolutionStackDescription.Builder,,SolutionStackDescription> SdkPojo
- Enclosing class:
 SolutionStackDescription
public static interface SolutionStackDescription.Builder
extends SdkPojo, CopyableBuilder<SolutionStackDescription.Builder,SolutionStackDescription> 
- 
Method Summary
Modifier and TypeMethodDescriptionpermittedFileTypes(String... permittedFileTypes) The permitted file types allowed for a solution stack.permittedFileTypes(Collection<String> permittedFileTypes) The permitted file types allowed for a solution stack.solutionStackName(String solutionStackName) The name of the solution stack.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
solutionStackName
The name of the solution stack.
- Parameters:
 solutionStackName- The name of the solution stack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
permittedFileTypes
The permitted file types allowed for a solution stack.
- Parameters:
 permittedFileTypes- The permitted file types allowed for a solution stack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
permittedFileTypes
The permitted file types allowed for a solution stack.
- Parameters:
 permittedFileTypes- The permitted file types allowed for a solution stack.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -