Interface SolutionStackDescription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SolutionStackDescription.Builder,,- SolutionStackDescription> - SdkBuilder<SolutionStackDescription.Builder,,- SolutionStackDescription> - SdkPojo
- Enclosing class:
- SolutionStackDescription
@Mutable
@NotThreadSafe
public static interface SolutionStackDescription.Builder
extends SdkPojo, CopyableBuilder<SolutionStackDescription.Builder,SolutionStackDescription> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
solutionStackNameThe 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.
 
- 
permittedFileTypesThe 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.
 
- 
permittedFileTypesThe 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.
 
 
-