public static interface UpdateApplicationComponentConfigRequest.Builder extends MigrationHubStrategyRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationComponentConfigRequest.Builder,UpdateApplicationComponentConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationComponentConfigRequest.Builder appType(String appType)
The type of known component.
UpdateApplicationComponentConfigRequest.Builder appType(AppType appType)
The type of known component.
UpdateApplicationComponentConfigRequest.Builder applicationComponentId(String applicationComponentId)
The ID of the application component. The ID is unique within an AWS account.
applicationComponentId - The ID of the application component. The ID is unique within an AWS account.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.
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.UpdateApplicationComponentConfigRequest.Builder inclusionStatus(String inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
inclusionStatus - Indicates whether the application component has been included for server recommendation or not.InclusionStatus,
InclusionStatusUpdateApplicationComponentConfigRequest.Builder inclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
inclusionStatus - Indicates whether the application component has been included for server recommendation or not.InclusionStatus,
InclusionStatusUpdateApplicationComponentConfigRequest.Builder secretsManagerKey(String secretsManagerKey)
Database credentials.
secretsManagerKey - Database credentials.UpdateApplicationComponentConfigRequest.Builder sourceCodeList(Collection<SourceCode> sourceCodeList)
The list of source code configurations to update for the application component.
sourceCodeList - The list of source code configurations to update for the application component.UpdateApplicationComponentConfigRequest.Builder sourceCodeList(SourceCode... sourceCodeList)
The list of source code configurations to update for the application component.
sourceCodeList - The list of source code configurations to update for the application component.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.Builder avoiding the need to
create one manually via
SourceCode.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sourceCodeList(List.
sourceCodeList - a consumer that will call methods on
SourceCode.Builder#sourceCodeList(java.util.Collection) UpdateApplicationComponentConfigRequest.Builder strategyOption(StrategyOption strategyOption)
The preferred strategy options for the application component. Use values from the GetApplicationComponentStrategies response.
strategyOption - The preferred strategy options for the application component. Use values from the
GetApplicationComponentStrategies response.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.Builder avoiding the need
to create one manually via StrategyOption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to strategyOption(StrategyOption).
strategyOption - a consumer that will call methods on StrategyOption.BuilderstrategyOption(StrategyOption)UpdateApplicationComponentConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationComponentConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.