Interface BusinessGoals.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessGoals.Builder,BusinessGoals>,SdkBuilder<BusinessGoals.Builder,BusinessGoals>,SdkPojo
- Enclosing class:
- BusinessGoals
public static interface BusinessGoals.Builder extends SdkPojo, CopyableBuilder<BusinessGoals.Builder,BusinessGoals>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessGoals.BuilderlicenseCostReduction(Integer licenseCostReduction)Business goal to reduce license costs.BusinessGoals.BuildermodernizeInfrastructureWithCloudNativeTechnologies(Integer modernizeInfrastructureWithCloudNativeTechnologies)Business goal to modernize infrastructure by moving to cloud native technologies.BusinessGoals.BuilderreduceOperationalOverheadWithManagedServices(Integer reduceOperationalOverheadWithManagedServices)Business goal to reduce the operational overhead on the team by moving into managed services.BusinessGoals.BuilderspeedOfMigration(Integer speedOfMigration)Business goal to achieve migration at a fast pace.-
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
-
licenseCostReduction
BusinessGoals.Builder licenseCostReduction(Integer licenseCostReduction)
Business goal to reduce license costs.
- Parameters:
licenseCostReduction- Business goal to reduce license costs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modernizeInfrastructureWithCloudNativeTechnologies
BusinessGoals.Builder modernizeInfrastructureWithCloudNativeTechnologies(Integer modernizeInfrastructureWithCloudNativeTechnologies)
Business goal to modernize infrastructure by moving to cloud native technologies.
- Parameters:
modernizeInfrastructureWithCloudNativeTechnologies- Business goal to modernize infrastructure by moving to cloud native technologies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reduceOperationalOverheadWithManagedServices
BusinessGoals.Builder reduceOperationalOverheadWithManagedServices(Integer reduceOperationalOverheadWithManagedServices)
Business goal to reduce the operational overhead on the team by moving into managed services.
- Parameters:
reduceOperationalOverheadWithManagedServices- Business goal to reduce the operational overhead on the team by moving into managed services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speedOfMigration
BusinessGoals.Builder speedOfMigration(Integer speedOfMigration)
Business goal to achieve migration at a fast pace.
- Parameters:
speedOfMigration- Business goal to achieve migration at a fast pace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-