public static interface ProactiveOrganizationInsightSummary.Builder extends SdkPojo, CopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>
| Modifier and Type | Method and Description |
|---|---|
ProactiveOrganizationInsightSummary.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
ProactiveOrganizationInsightSummary.Builder |
id(String id)
The ID of the insight summary.
|
default ProactiveOrganizationInsightSummary.Builder |
insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
name(String name)
The name of the insight summary.
|
ProactiveOrganizationInsightSummary.Builder |
organizationalUnitId(String organizationalUnitId)
The ID of the organizational unit.
|
default ProactiveOrganizationInsightSummary.Builder |
predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
predictionTimeRange(PredictionTimeRange predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.
|
default ProactiveOrganizationInsightSummary.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
default ProactiveOrganizationInsightSummary.Builder |
serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
Sets the value of the ServiceCollection property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
serviceCollection(ServiceCollection serviceCollection)
Sets the value of the ServiceCollection property for this object.
|
ProactiveOrganizationInsightSummary.Builder |
severity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ProactiveOrganizationInsightSummary.Builder |
severity(String severity)
An array of severity values used to search for insights.
|
ProactiveOrganizationInsightSummary.Builder |
status(InsightStatus status)
An array of status values used to search for insights.
|
ProactiveOrganizationInsightSummary.Builder |
status(String status)
An array of status values used to search for insights.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProactiveOrganizationInsightSummary.Builder id(String id)
The ID of the insight summary.
id - The ID of the insight summary.ProactiveOrganizationInsightSummary.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.ProactiveOrganizationInsightSummary.Builder organizationalUnitId(String organizationalUnitId)
The ID of the organizational unit.
organizationalUnitId - The ID of the organizational unit.ProactiveOrganizationInsightSummary.Builder name(String name)
The name of the insight summary.
name - The name of the insight summary.ProactiveOrganizationInsightSummary.Builder severity(String severity)
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
severity - An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.InsightSeverity,
InsightSeverityProactiveOrganizationInsightSummary.Builder severity(InsightSeverity severity)
An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
severity - An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.InsightSeverity,
InsightSeverityProactiveOrganizationInsightSummary.Builder status(String status)
An array of status values used to search for insights.
status - An array of status values used to search for insights.InsightStatus,
InsightStatusProactiveOrganizationInsightSummary.Builder status(InsightStatus status)
An array of status values used to search for insights.
status - An array of status values used to search for insights.InsightStatus,
InsightStatusProactiveOrganizationInsightSummary.Builder insightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - The new value for the InsightTimeRange property for this object.default ProactiveOrganizationInsightSummary.Builder insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
InsightTimeRange.Builder avoiding the
need to create one manually via InsightTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to insightTimeRange(InsightTimeRange).
insightTimeRange - a consumer that will call methods on InsightTimeRange.BuilderinsightTimeRange(InsightTimeRange)ProactiveOrganizationInsightSummary.Builder predictionTimeRange(PredictionTimeRange predictionTimeRange)
predictionTimeRange - The new value for the PredictionTimeRange property for this object.default ProactiveOrganizationInsightSummary.Builder predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
PredictionTimeRange.Builder avoiding the
need to create one manually via PredictionTimeRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to predictionTimeRange(PredictionTimeRange).
predictionTimeRange - a consumer that will call methods on PredictionTimeRange.BuilderpredictionTimeRange(PredictionTimeRange)ProactiveOrganizationInsightSummary.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ProactiveOrganizationInsightSummary.Builder resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
ResourceCollection.Builder avoiding the
need to create one manually via ResourceCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceCollection(ResourceCollection).
resourceCollection - a consumer that will call methods on ResourceCollection.BuilderresourceCollection(ResourceCollection)ProactiveOrganizationInsightSummary.Builder serviceCollection(ServiceCollection serviceCollection)
serviceCollection - The new value for the ServiceCollection property for this object.default ProactiveOrganizationInsightSummary.Builder serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
ServiceCollection.Builder avoiding the
need to create one manually via ServiceCollection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to serviceCollection(ServiceCollection).
serviceCollection - a consumer that will call methods on ServiceCollection.BuilderserviceCollection(ServiceCollection)Copyright © 2023. All rights reserved.