Interface UpdateApplicationComponentConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationComponentConfigRequest.Builder,UpdateApplicationComponentConfigRequest>,MigrationHubStrategyRequest.Builder,SdkBuilder<UpdateApplicationComponentConfigRequest.Builder,UpdateApplicationComponentConfigRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApplicationComponentConfigRequest
public static interface UpdateApplicationComponentConfigRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationComponentConfigRequest.Builder,UpdateApplicationComponentConfigRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.migrationhubstrategy.model.MigrationHubStrategyRequest.Builder
build
-
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
-
appType
UpdateApplicationComponentConfigRequest.Builder appType(String appType)
The type of known component.
-
appType
UpdateApplicationComponentConfigRequest.Builder appType(AppType appType)
The type of known component.
-
applicationComponentId
UpdateApplicationComponentConfigRequest.Builder applicationComponentId(String applicationComponentId)
The ID of the application component. The ID is unique within an AWS account.
- Parameters:
applicationComponentId- The ID of the application component. The ID is unique within an AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configureOnly
UpdateApplicationComponentConfigRequest.Builder configureOnly(Boolean configureOnly)
Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.
- Parameters:
configureOnly- Update the configuration request of an application component. If it is set to true, the source code and/or database credentials are updated. If it is set to false, the source code and/or database credentials are updated and an analysis is initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionStatus
UpdateApplicationComponentConfigRequest.Builder inclusionStatus(String inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
- Parameters:
inclusionStatus- Indicates whether the application component has been included for server recommendation or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InclusionStatus,InclusionStatus
-
inclusionStatus
UpdateApplicationComponentConfigRequest.Builder inclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
- Parameters:
inclusionStatus- Indicates whether the application component has been included for server recommendation or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InclusionStatus,InclusionStatus
-
secretsManagerKey
UpdateApplicationComponentConfigRequest.Builder secretsManagerKey(String secretsManagerKey)
Database credentials.
- Parameters:
secretsManagerKey- Database credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCodeList
UpdateApplicationComponentConfigRequest.Builder sourceCodeList(Collection<SourceCode> sourceCodeList)
The list of source code configurations to update for the application component.
- Parameters:
sourceCodeList- The list of source code configurations to update for the application component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCodeList
UpdateApplicationComponentConfigRequest.Builder sourceCodeList(SourceCode... sourceCodeList)
The list of source code configurations to update for the application component.
- Parameters:
sourceCodeList- The list of source code configurations to update for the application component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCodeList
UpdateApplicationComponentConfigRequest.Builder sourceCodeList(Consumer<SourceCode.Builder>... sourceCodeList)
The list of source code configurations to update for the application component.
This is a convenience method that creates an instance of theSourceCode.Builderavoiding the need to create one manually viaSourceCode.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sourceCodeList(List.) - Parameters:
sourceCodeList- a consumer that will call methods onSourceCode.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sourceCodeList(java.util.Collection)
-
strategyOption
UpdateApplicationComponentConfigRequest.Builder strategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.
- Parameters:
strategyOption- The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strategyOption
default UpdateApplicationComponentConfigRequest.Builder strategyOption(Consumer<StrategyOption.Builder> strategyOption)
The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.
This is a convenience method that creates an instance of theStrategyOption.Builderavoiding the need to create one manually viaStrategyOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostrategyOption(StrategyOption).- Parameters:
strategyOption- a consumer that will call methods onStrategyOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
strategyOption(StrategyOption)
-
overrideConfiguration
UpdateApplicationComponentConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApplicationComponentConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-