Interface ProactiveOrganizationInsightSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>,SdkBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>,SdkPojo
- Enclosing class:
- ProactiveOrganizationInsightSummary
public static interface ProactiveOrganizationInsightSummary.Builder extends SdkPojo, CopyableBuilder<ProactiveOrganizationInsightSummary.Builder,ProactiveOrganizationInsightSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ProactiveOrganizationInsightSummary.BuilderaccountId(String accountId)The ID of the Amazon Web Services account.ProactiveOrganizationInsightSummary.Builderid(String id)The ID of the insight summary.default ProactiveOrganizationInsightSummary.BuilderinsightTimeRange(Consumer<InsightTimeRange.Builder> insightTimeRange)Sets the value of the InsightTimeRange property for this object.ProactiveOrganizationInsightSummary.BuilderinsightTimeRange(InsightTimeRange insightTimeRange)Sets the value of the InsightTimeRange property for this object.ProactiveOrganizationInsightSummary.Buildername(String name)The name of the insight summary.ProactiveOrganizationInsightSummary.BuilderorganizationalUnitId(String organizationalUnitId)The ID of the organizational unit.default ProactiveOrganizationInsightSummary.BuilderpredictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)Sets the value of the PredictionTimeRange property for this object.ProactiveOrganizationInsightSummary.BuilderpredictionTimeRange(PredictionTimeRange predictionTimeRange)Sets the value of the PredictionTimeRange property for this object.default ProactiveOrganizationInsightSummary.BuilderresourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)Sets the value of the ResourceCollection property for this object.ProactiveOrganizationInsightSummary.BuilderresourceCollection(ResourceCollection resourceCollection)Sets the value of the ResourceCollection property for this object.default ProactiveOrganizationInsightSummary.BuilderserviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)Sets the value of the ServiceCollection property for this object.ProactiveOrganizationInsightSummary.BuilderserviceCollection(ServiceCollection serviceCollection)Sets the value of the ServiceCollection property for this object.ProactiveOrganizationInsightSummary.Builderseverity(String severity)An array of severity values used to search for insights.ProactiveOrganizationInsightSummary.Builderseverity(InsightSeverity severity)An array of severity values used to search for insights.ProactiveOrganizationInsightSummary.Builderstatus(String status)An array of status values used to search for insights.ProactiveOrganizationInsightSummary.Builderstatus(InsightStatus status)An array of status values used to search for insights.-
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
ProactiveOrganizationInsightSummary.Builder id(String id)
The 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.
-
accountId
ProactiveOrganizationInsightSummary.Builder accountId(String accountId)
The 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.
-
organizationalUnitId
ProactiveOrganizationInsightSummary.Builder organizationalUnitId(String organizationalUnitId)
The 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.
-
name
ProactiveOrganizationInsightSummary.Builder name(String name)
The 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.
-
severity
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.
- 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:
InsightSeverity,InsightSeverity
-
severity
ProactiveOrganizationInsightSummary.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.
- 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:
InsightSeverity,InsightSeverity
-
status
ProactiveOrganizationInsightSummary.Builder status(String status)
An 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:
InsightStatus,InsightStatus
-
status
ProactiveOrganizationInsightSummary.Builder status(InsightStatus status)
An 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:
InsightStatus,InsightStatus
-
insightTimeRange
ProactiveOrganizationInsightSummary.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 ProactiveOrganizationInsightSummary.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)
-
predictionTimeRange
ProactiveOrganizationInsightSummary.Builder predictionTimeRange(PredictionTimeRange predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object.- Parameters:
predictionTimeRange- The new value for the PredictionTimeRange property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionTimeRange
default ProactiveOrganizationInsightSummary.Builder predictionTimeRange(Consumer<PredictionTimeRange.Builder> predictionTimeRange)
Sets the value of the PredictionTimeRange property for this object. This is a convenience method that creates an instance of thePredictionTimeRange.Builderavoiding the need to create one manually viaPredictionTimeRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topredictionTimeRange(PredictionTimeRange).- Parameters:
predictionTimeRange- a consumer that will call methods onPredictionTimeRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
predictionTimeRange(PredictionTimeRange)
-
resourceCollection
ProactiveOrganizationInsightSummary.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 ProactiveOrganizationInsightSummary.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
ProactiveOrganizationInsightSummary.Builder serviceCollection(ServiceCollection serviceCollection)
Sets 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.
-
serviceCollection
default ProactiveOrganizationInsightSummary.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 onServiceCollection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
serviceCollection(ServiceCollection)
-
-