Interface FilterByComponentType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FilterByComponentType.Builder,,FilterByComponentType> SdkBuilder<FilterByComponentType.Builder,,FilterByComponentType> SdkPojo
- Enclosing class:
- FilterByComponentType
@Mutable
@NotThreadSafe
public static interface FilterByComponentType.Builder
extends SdkPojo, CopyableBuilder<FilterByComponentType.Builder,FilterByComponentType>
-
Method Summary
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
componentTypeId
The component type Id.
- Parameters:
componentTypeId- The component type Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-