Interface AggregatorFilterResourceType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregatorFilterResourceType.Builder,AggregatorFilterResourceType>,SdkBuilder<AggregatorFilterResourceType.Builder,AggregatorFilterResourceType>,SdkPojo
- Enclosing class:
- AggregatorFilterResourceType
public static interface AggregatorFilterResourceType.Builder extends SdkPojo, CopyableBuilder<AggregatorFilterResourceType.Builder,AggregatorFilterResourceType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregatorFilterResourceType.Buildertype(String type)The type of resource type filter to apply.AggregatorFilterResourceType.Buildertype(AggregatorFilterType type)The type of resource type filter to apply.AggregatorFilterResourceType.Buildervalue(String... value)Comma-separate list of resource types to filter your aggregated configuration recorders.AggregatorFilterResourceType.Buildervalue(Collection<String> value)Comma-separate list of resource types to filter your aggregated configuration recorders.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
AggregatorFilterResourceType.Builder type(String type)
The type of resource type filter to apply.
INCLUDEspecifies that the list of resource types in theValuefield will be aggregated and no other resource types will be filtered.- Parameters:
type- The type of resource type filter to apply.INCLUDEspecifies that the list of resource types in theValuefield will be aggregated and no other resource types will be filtered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatorFilterType,AggregatorFilterType
-
type
AggregatorFilterResourceType.Builder type(AggregatorFilterType type)
The type of resource type filter to apply.
INCLUDEspecifies that the list of resource types in theValuefield will be aggregated and no other resource types will be filtered.- Parameters:
type- The type of resource type filter to apply.INCLUDEspecifies that the list of resource types in theValuefield will be aggregated and no other resource types will be filtered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregatorFilterType,AggregatorFilterType
-
value
AggregatorFilterResourceType.Builder value(Collection<String> value)
Comma-separate list of resource types to filter your aggregated configuration recorders.
- Parameters:
value- Comma-separate list of resource types to filter your aggregated configuration recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AggregatorFilterResourceType.Builder value(String... value)
Comma-separate list of resource types to filter your aggregated configuration recorders.
- Parameters:
value- Comma-separate list of resource types to filter your aggregated configuration recorders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-