Interface EnabledBaselineFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>,SdkBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>,SdkPojo
- Enclosing class:
- EnabledBaselineFilter
public static interface EnabledBaselineFilter.Builder extends SdkPojo, CopyableBuilder<EnabledBaselineFilter.Builder,EnabledBaselineFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnabledBaselineFilter.BuilderbaselineIdentifiers(String... baselineIdentifiers)Identifiers for theBaselineobjects returned as part of the filter operation.EnabledBaselineFilter.BuilderbaselineIdentifiers(Collection<String> baselineIdentifiers)Identifiers for theBaselineobjects returned as part of the filter operation.EnabledBaselineFilter.BuildertargetIdentifiers(String... targetIdentifiers)Identifiers for the targets of theBaselinefilter operation.EnabledBaselineFilter.BuildertargetIdentifiers(Collection<String> targetIdentifiers)Identifiers for the targets of theBaselinefilter operation.-
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
-
baselineIdentifiers
EnabledBaselineFilter.Builder baselineIdentifiers(Collection<String> baselineIdentifiers)
Identifiers for the
Baselineobjects returned as part of the filter operation.- Parameters:
baselineIdentifiers- Identifiers for theBaselineobjects returned as part of the filter operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
baselineIdentifiers
EnabledBaselineFilter.Builder baselineIdentifiers(String... baselineIdentifiers)
Identifiers for the
Baselineobjects returned as part of the filter operation.- Parameters:
baselineIdentifiers- Identifiers for theBaselineobjects returned as part of the filter operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifiers
EnabledBaselineFilter.Builder targetIdentifiers(Collection<String> targetIdentifiers)
Identifiers for the targets of the
Baselinefilter operation.- Parameters:
targetIdentifiers- Identifiers for the targets of theBaselinefilter operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetIdentifiers
EnabledBaselineFilter.Builder targetIdentifiers(String... targetIdentifiers)
Identifiers for the targets of the
Baselinefilter operation.- Parameters:
targetIdentifiers- Identifiers for the targets of theBaselinefilter operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-