Interface ReactiveInsightSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReactiveInsightSummary.Builder,ReactiveInsightSummary>,SdkBuilder<ReactiveInsightSummary.Builder,ReactiveInsightSummary>,SdkPojo
- Enclosing class:
- ReactiveInsightSummary
public static interface ReactiveInsightSummary.Builder extends SdkPojo, CopyableBuilder<ReactiveInsightSummary.Builder,ReactiveInsightSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ReactiveInsightSummary.BuilderassociatedResourceArns(String... associatedResourceArns)The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.ReactiveInsightSummary.BuilderassociatedResourceArns(Collection<String> associatedResourceArns)The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.ReactiveInsightSummary.Builderid(String id)The ID of a reactive summary.default ReactiveInsightSummary.BuilderinsightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.ReactiveInsightSummary.BuilderinsightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ReactiveInsightSummary.Buildername(String name)The name of a reactive insight.default ReactiveInsightSummary.BuilderresourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)Sets the value of the ResourceCollection property for this object.ReactiveInsightSummary.BuilderresourceCollection(ResourceCollection resourceCollection)Sets the value of the ResourceCollection property for this object.default ReactiveInsightSummary.BuilderserviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)A collection of the names of Amazon Web Services services.ReactiveInsightSummary.BuilderserviceCollection(ServiceCollection serviceCollection)A collection of the names of Amazon Web Services services.ReactiveInsightSummary.Builderseverity(String severity)The severity of the insight.ReactiveInsightSummary.Builderseverity(InsightSeverity severity)The severity of the insight.ReactiveInsightSummary.Builderstatus(String status)The status of a reactive insight.ReactiveInsightSummary.Builderstatus(InsightStatus status)The status of a reactive insight.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ReactiveInsightSummary.Builder id(String id)
The ID of a reactive summary.
- Parameters:
id- The ID of a reactive summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ReactiveInsightSummary.Builder name(String name)
The name of a reactive insight.
- Parameters:
name- The name of a reactive insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
ReactiveInsightSummary.Builder severity(String severity)
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
- Parameters:
severity- The severity of the insight. 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:
InsightSeverity,InsightSeverity
-
severity
ReactiveInsightSummary.Builder severity(InsightSeverity severity)
The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
- Parameters:
severity- The severity of the insight. 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:
InsightSeverity,InsightSeverity
-
status
ReactiveInsightSummary.Builder status(String status)
The status of a reactive insight.
- Parameters:
status- The status of a reactive insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightStatus,InsightStatus
-
status
ReactiveInsightSummary.Builder status(InsightStatus status)
The status of a reactive insight.
- Parameters:
status- The status of a reactive insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InsightStatus,InsightStatus
-
insightTimeRange
ReactiveInsightSummary.Builder insightTimeRange(InsightTimeRange insightTimeRange)
Sets 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.
-
insightTimeRange
default ReactiveInsightSummary.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 onInsightTimeRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
insightTimeRange(InsightTimeRange)
-
resourceCollection
ReactiveInsightSummary.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.
-
resourceCollection
default ReactiveInsightSummary.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 onResourceCollection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
resourceCollection(ResourceCollection)
-
serviceCollection
ReactiveInsightSummary.Builder serviceCollection(ServiceCollection serviceCollection)
A collection of the names of Amazon Web Services services.
- Parameters:
serviceCollection- A collection of the names of Amazon Web Services services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCollection
default ReactiveInsightSummary.Builder serviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)
A collection of the names of Amazon Web Services services.
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 onServiceCollection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceCollection(ServiceCollection)
-
associatedResourceArns
ReactiveInsightSummary.Builder associatedResourceArns(Collection<String> associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
- Parameters:
associatedResourceArns- The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceArns
ReactiveInsightSummary.Builder associatedResourceArns(String... associatedResourceArns)
The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.
- Parameters:
associatedResourceArns- The Amazon Resource Names (ARNs) of the Amazon Web Services resources that generated this insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-