Interface ReactiveOrganizationInsightSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ReactiveOrganizationInsightSummary.Builder,,- ReactiveOrganizationInsightSummary> - SdkBuilder<ReactiveOrganizationInsightSummary.Builder,,- ReactiveOrganizationInsightSummary> - SdkPojo
- Enclosing class:
- ReactiveOrganizationInsightSummary
- 
Method SummaryModifier and TypeMethodDescriptionThe ID of the Amazon Web Services account.The ID of the insight summary.insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange) Sets the value of the InsightTimeRange property for this object.insightTimeRange(InsightTimeRange insightTimeRange) Sets the value of the InsightTimeRange property for this object.The name of the insight summary.organizationalUnitId(String organizationalUnitId) The ID of the organizational unit.resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection) Sets the value of the ResourceCollection property for this object.resourceCollection(ResourceCollection resourceCollection) Sets the value of the ResourceCollection property for this object.serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection) Sets the value of the ServiceCollection property for this object.serviceCollection(ServiceCollection serviceCollection) Sets the value of the ServiceCollection property for this object.An array of severity values used to search for insights.severity(InsightSeverity severity) An array of severity values used to search for insights.An array of status values used to search for insights.status(InsightStatus status) An array of status values used to search for insights.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
idThe ID of the insight summary. - Parameters:
- id- The ID of the insight summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdThe ID of the Amazon Web Services account. - Parameters:
- accountId- The ID of the Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationalUnitIdThe ID of the organizational unit. - Parameters:
- organizationalUnitId- The ID of the organizational unit.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the insight summary. - Parameters:
- name- The name of the insight summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
severityAn array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
severityAn array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusAn array of status values used to search for insights. - Parameters:
- status- An array of status values used to search for insights.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusAn array of status values used to search for insights. - Parameters:
- status- An array of status values used to search for insights.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
insightTimeRangeSets the value of the InsightTimeRange property for this object.- Parameters:
- insightTimeRange- The new value for the InsightTimeRange property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
insightTimeRangedefault ReactiveOrganizationInsightSummary.Builder insightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange) Sets the value of the InsightTimeRange property for this object. This is a convenience method that creates an instance of theInsightTimeRange.Builderavoiding the need to create one manually viaInsightTimeRange.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinsightTimeRange(InsightTimeRange).- Parameters:
- insightTimeRange- a consumer that will call methods on- InsightTimeRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
resourceCollectionReactiveOrganizationInsightSummary.Builder resourceCollection(ResourceCollection resourceCollection) Sets the value of the ResourceCollection property for this object.- Parameters:
- resourceCollection- The new value for the ResourceCollection property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceCollectiondefault ReactiveOrganizationInsightSummary.Builder resourceCollection(Consumer<ResourceCollection.Builder> resourceCollection) Sets the value of the ResourceCollection property for this object. This is a convenience method that creates an instance of theResourceCollection.Builderavoiding the need to create one manually viaResourceCollection.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceCollection(ResourceCollection).- Parameters:
- resourceCollection- a consumer that will call methods on- ResourceCollection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
serviceCollectionSets the value of the ServiceCollection property for this object.- Parameters:
- serviceCollection- The new value for the ServiceCollection property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceCollectiondefault ReactiveOrganizationInsightSummary.Builder serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection) Sets the value of the ServiceCollection property for this object. This is a convenience method that creates an instance of theServiceCollection.Builderavoiding the need to create one manually viaServiceCollection.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceCollection(ServiceCollection).- Parameters:
- serviceCollection- a consumer that will call methods on- ServiceCollection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-