Interface SearchOrganizationInsightsFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchOrganizationInsightsFilters.Builder,SearchOrganizationInsightsFilters>,SdkBuilder<SearchOrganizationInsightsFilters.Builder,SearchOrganizationInsightsFilters>,SdkPojo
- Enclosing class:
- SearchOrganizationInsightsFilters
public static interface SearchOrganizationInsightsFilters.Builder extends SdkPojo, CopyableBuilder<SearchOrganizationInsightsFilters.Builder,SearchOrganizationInsightsFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchOrganizationInsightsFilters.BuilderresourceCollection(Consumer<ResourceCollection.Builder> resourceCollection)Sets the value of the ResourceCollection property for this object.SearchOrganizationInsightsFilters.BuilderresourceCollection(ResourceCollection resourceCollection)Sets the value of the ResourceCollection property for this object.default SearchOrganizationInsightsFilters.BuilderserviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)Sets the value of the ServiceCollection property for this object.SearchOrganizationInsightsFilters.BuilderserviceCollection(ServiceCollection serviceCollection)Sets the value of the ServiceCollection property for this object.SearchOrganizationInsightsFilters.Builderseverities(Collection<InsightSeverity> severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.Builderseverities(InsightSeverity... severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.BuilderseveritiesWithStrings(String... severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.BuilderseveritiesWithStrings(Collection<String> severities)An array of severity values used to search for insights.SearchOrganizationInsightsFilters.Builderstatuses(Collection<InsightStatus> statuses)An array of status values used to search for insights.SearchOrganizationInsightsFilters.Builderstatuses(InsightStatus... statuses)An array of status values used to search for insights.SearchOrganizationInsightsFilters.BuilderstatusesWithStrings(String... statuses)An array of status values used to search for insights.SearchOrganizationInsightsFilters.BuilderstatusesWithStrings(Collection<String> statuses)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
-
severitiesWithStrings
SearchOrganizationInsightsFilters.Builder severitiesWithStrings(Collection<String> severities)
An array of severity values used to search for insights.
- Parameters:
severities- An array of severity values used to search for insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severitiesWithStrings
SearchOrganizationInsightsFilters.Builder severitiesWithStrings(String... severities)
An array of severity values used to search for insights.
- Parameters:
severities- An array of severity values used to search for insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severities
SearchOrganizationInsightsFilters.Builder severities(Collection<InsightSeverity> severities)
An array of severity values used to search for insights.
- Parameters:
severities- An array of severity values used to search for insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severities
SearchOrganizationInsightsFilters.Builder severities(InsightSeverity... severities)
An array of severity values used to search for insights.
- Parameters:
severities- An array of severity values used to search for insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
SearchOrganizationInsightsFilters.Builder statusesWithStrings(Collection<String> statuses)
An array of status values used to search for insights.
- Parameters:
statuses- 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.
-
statusesWithStrings
SearchOrganizationInsightsFilters.Builder statusesWithStrings(String... statuses)
An array of status values used to search for insights.
- Parameters:
statuses- 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.
-
statuses
SearchOrganizationInsightsFilters.Builder statuses(Collection<InsightStatus> statuses)
An array of status values used to search for insights.
- Parameters:
statuses- 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.
-
statuses
SearchOrganizationInsightsFilters.Builder statuses(InsightStatus... statuses)
An array of status values used to search for insights.
- Parameters:
statuses- 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.
-
resourceCollection
SearchOrganizationInsightsFilters.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 SearchOrganizationInsightsFilters.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
SearchOrganizationInsightsFilters.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 SearchOrganizationInsightsFilters.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)
-
-