Interface SolutionBase.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SolutionBase.Builder,,- SolutionBase> - SdkBuilder<SolutionBase.Builder,,- SolutionBase> - SdkPojo
- Enclosing class:
- SolutionBase
- 
Method SummaryModifier and TypeMethodDescriptionThe SolutionBase structure provides essential information about a solution.Specifies the catalog in which the solution is hosted, eitherAWSorSandbox.Specifies the solution category, which helps to categorize and organize the solutions partners offer.createdDate(Instant createdDate) Indicates the solution creation date.Enables the association of solutions (offerings) to opportunities.Specifies the solution name.Specifies the solution's current status, which indicates its state in the system.status(SolutionStatus status) Specifies the solution's current status, which indicates its state in the system.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- 
catalogSpecifies the catalog in which the solution is hosted, either AWSorSandbox. This helps partners differentiate between live solutions and those in testing environments.- Parameters:
- catalog- Specifies the catalog in which the solution is hosted, either- AWSor- Sandbox. This helps partners differentiate between live solutions and those in testing environments.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idEnables the association of solutions (offerings) to opportunities. - Parameters:
- id- Enables the association of solutions (offerings) to opportunities.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnThe SolutionBase structure provides essential information about a solution. - Parameters:
- arn- The SolutionBase structure provides essential information about a solution.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameSpecifies the solution name. - Parameters:
- name- Specifies the solution name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusSpecifies the solution's current status, which indicates its state in the system. Valid values: Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity.- Parameters:
- status- Specifies the solution's current status, which indicates its state in the system. Valid values:- Active|- Inactive|- Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter for- Activesolutions for association to an opportunity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusSpecifies the solution's current status, which indicates its state in the system. Valid values: Active|Inactive|Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter forActivesolutions for association to an opportunity.- Parameters:
- status- Specifies the solution's current status, which indicates its state in the system. Valid values:- Active|- Inactive|- Draft. The status helps partners and Amazon Web Services track the solution's lifecycle and availability. Filter for- Activesolutions for association to an opportunity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
categorySpecifies the solution category, which helps to categorize and organize the solutions partners offer. Valid values: Software Product|Consulting Service|Hardware Product|Communications Product|Professional Service|Managed Service|Value-Added Resale Amazon Web Services Service|Distribution Service|Training Service|Merger and Acquisition Advising Service.- Parameters:
- category- Specifies the solution category, which helps to categorize and organize the solutions partners offer. Valid values:- Software Product|- Consulting Service|- Hardware Product|- Communications Product|- Professional Service|- Managed Service|- Value-Added Resale Amazon Web Services Service|- Distribution Service|- Training Service|- Merger and Acquisition Advising Service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdDateIndicates the solution creation date. This is useful to track and audit. - Parameters:
- createdDate- Indicates the solution creation date. This is useful to track and audit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-