public static interface ReactiveOrganizationInsightSummary.Builder extends SdkPojo, CopyableBuilder<ReactiveOrganizationInsightSummary.Builder,ReactiveOrganizationInsightSummary>
| Modifier and Type | Method and Description |
|---|---|
ReactiveOrganizationInsightSummary.Builder |
accountId(String accountId)
The ID of the Amazon Web Services account.
|
ReactiveOrganizationInsightSummary.Builder |
id(String id)
The ID of the insight summary.
|
default ReactiveOrganizationInsightSummary.Builder |
insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveOrganizationInsightSummary.Builder |
insightTimeRange(InsightTimeRange insightTimeRange)
Sets the value of the InsightTimeRange property for this object.
|
ReactiveOrganizationInsightSummary.Builder |
name(String name)
The name of the insight summary.
|
ReactiveOrganizationInsightSummary.Builder |
organizationalUnitId(String organizationalUnitId)
The ID of the organizational unit.
|
default ReactiveOrganizationInsightSummary.Builder |
resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
ReactiveOrganizationInsightSummary.Builder |
resourceCollection(ResourceCollection resourceCollection)
Sets the value of the ResourceCollection property for this object.
|
default ReactiveOrganizationInsightSummary.Builder |
serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
Sets the value of the ServiceCollection property for this object.
|
ReactiveOrganizationInsightSummary.Builder |
serviceCollection(ServiceCollection serviceCollection)
Sets the value of the ServiceCollection property for this object.
|
ReactiveOrganizationInsightSummary.Builder |
severity(InsightSeverity severity)
An array of severity values used to search for insights.
|
ReactiveOrganizationInsightSummary.Builder |
severity(String severity)
An array of severity values used to search for insights.
|
ReactiveOrganizationInsightSummary.Builder |
status(InsightStatus status)
An array of status values used to search for insights.
|
ReactiveOrganizationInsightSummary.Builder |
status(String status)
An array of status values used to search for insights.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactiveOrganizationInsightSummary.Builder id(String id)
The ID of the insight summary.
id - The ID of the insight summary.ReactiveOrganizationInsightSummary.Builder accountId(String accountId)
The ID of the Amazon Web Services account.
accountId - The ID of the Amazon Web Services account.ReactiveOrganizationInsightSummary.Builder organizationalUnitId(String organizationalUnitId)
The ID of the organizational unit.
organizationalUnitId - The ID of the organizational unit.ReactiveOrganizationInsightSummary.Builder name(String name)
The name of the insight summary.
name - The name of the insight summary.ReactiveOrganizationInsightSummary.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,
InsightSeverityReactiveOrganizationInsightSummary.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,
InsightSeverityReactiveOrganizationInsightSummary.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,
InsightStatusReactiveOrganizationInsightSummary.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,
InsightStatusReactiveOrganizationInsightSummary.Builder insightTimeRange(InsightTimeRange insightTimeRange)
insightTimeRange - The new value for the InsightTimeRange property for this object.default ReactiveOrganizationInsightSummary.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)ReactiveOrganizationInsightSummary.Builder resourceCollection(ResourceCollection resourceCollection)
resourceCollection - The new value for the ResourceCollection property for this object.default ReactiveOrganizationInsightSummary.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)ReactiveOrganizationInsightSummary.Builder serviceCollection(ServiceCollection serviceCollection)
serviceCollection - The new value for the ServiceCollection property for this object.default ReactiveOrganizationInsightSummary.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.