Interface ListAnomaliesForInsightFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListAnomaliesForInsightFilters.Builder,ListAnomaliesForInsightFilters>,SdkBuilder<ListAnomaliesForInsightFilters.Builder,ListAnomaliesForInsightFilters>,SdkPojo
- Enclosing class:
- ListAnomaliesForInsightFilters
public static interface ListAnomaliesForInsightFilters.Builder extends SdkPojo, CopyableBuilder<ListAnomaliesForInsightFilters.Builder,ListAnomaliesForInsightFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListAnomaliesForInsightFilters.BuilderserviceCollection(Consumer<ServiceCollection.Builder> serviceCollection)Sets the value of the ServiceCollection property for this object.ListAnomaliesForInsightFilters.BuilderserviceCollection(ServiceCollection serviceCollection)Sets the value of the ServiceCollection property for this object.-
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
-
serviceCollection
ListAnomaliesForInsightFilters.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 ListAnomaliesForInsightFilters.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)
-
-