Interface Category.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Category.Builder,,Category> SdkBuilder<Category.Builder,,Category> SdkPojo
- Enclosing class:
Category
@Mutable
@NotThreadSafe
public static interface Category.Builder
extends SdkPojo, CopyableBuilder<Category.Builder,Category>
-
Method Summary
Modifier and TypeMethodDescriptionWhether this is the primary category for the taskName of the categoryMethods 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
-
name
Name of the category
- Parameters:
name- Name of the category- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isPrimary
Whether this is the primary category for the task
- Parameters:
isPrimary- Whether this is the primary category for the task- Returns:
- Returns a reference to this object so that method calls can be chained together.
-