| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.analysisStatus(SrcCodeOrDbAnalysisStatus analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.analysisStatus(String analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
default ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportS3Object(Consumer<S3Object.Builder> antipatternReportS3Object)
The S3 bucket name and the Amazon S3 key name for the anti-pattern report.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportS3Object(S3Object antipatternReportS3Object)
The S3 bucket name and the Amazon S3 key name for the anti-pattern report.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.appType(AppType appType)
The type of application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.appType(String appType)
The type of application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.appUnitError(AppUnitError appUnitError)
The error in the analysis of the source code or database.
|
default ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.appUnitError(Consumer<AppUnitError.Builder> appUnitError)
The error in the analysis of the source code or database.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.associatedServerId(String associatedServerId)
The ID of the server that the application component is running on.
|
static ApplicationComponentDetail.Builder |
ApplicationComponentDetail.builder() |
default ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.databaseConfigDetail(Consumer<DatabaseConfigDetail.Builder> databaseConfigDetail)
Configuration details for the database associated with the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.databaseConfigDetail(DatabaseConfigDetail databaseConfigDetail)
Configuration details for the database associated with the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.id(String id)
The ID of the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.inclusionStatus(InclusionStatus inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.inclusionStatus(String inclusionStatus)
Indicates whether the application component has been included for server recommendation or not.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.lastAnalyzedTimestamp(Instant lastAnalyzedTimestamp)
The timestamp of when the application component was assessed.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.listAntipatternSeveritySummary(Consumer<AntipatternSeveritySummary.Builder>... listAntipatternSeveritySummary)
A list of anti-pattern severity summaries.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.moreServerAssociationExists(Boolean moreServerAssociationExists)
Set to true if the application component is running on multiple servers.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.name(String name)
The name of application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.osDriver(String osDriver)
OS driver.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.osVersion(String osVersion)
OS version.
|
default ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.recommendationSet(Consumer<RecommendationSet.Builder> recommendationSet)
The top recommendation set for the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.recommendationSet(RecommendationSet recommendationSet)
The top recommendation set for the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.resourceSubType(ResourceSubType resourceSubType)
The application component subtype.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.resourceSubType(String resourceSubType)
The application component subtype.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.resultList(Collection<Result> resultList)
A list of the analysis results.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.resultList(Consumer<Result.Builder>... resultList)
A list of the analysis results.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.resultList(Result... resultList)
A list of the analysis results.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.runtimeStatus(RuntimeAnalysisStatus runtimeStatus)
The status of the application unit.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.runtimeStatus(String runtimeStatus)
The status of the application unit.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.runtimeStatusMessage(String runtimeStatusMessage)
The status message for the application unit.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.sourceCodeRepositories(Collection<SourceCodeRepository> sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.sourceCodeRepositories(Consumer<SourceCodeRepository.Builder>... sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.sourceCodeRepositories(SourceCodeRepository... sourceCodeRepositories)
Details about the source code repository associated with the application component.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.statusMessage(String statusMessage)
A detailed description of the analysis status and any failure message.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationComponentDetail.Builder> |
ApplicationComponentDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetApplicationComponentDetailsResponse.Builder |
GetApplicationComponentDetailsResponse.Builder.applicationComponentDetail(Consumer<ApplicationComponentDetail.Builder> applicationComponentDetail)
Detailed information about an application component.
|
Copyright © 2023. All rights reserved.