Interface Competitor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Competitor.Builder,,Competitor> SdkBuilder<Competitor.Builder,,Competitor> SdkPojo
- Enclosing class:
Competitor
@Mutable
@NotThreadSafe
public static interface Competitor.Builder
extends SdkPojo, CopyableBuilder<Competitor.Builder,Competitor>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether this competitor is the home side in the fixture.The name of the competitor, as provided by the data source.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
-
name
The name of the competitor, as provided by the data source.
- Parameters:
name- The name of the competitor, as provided by the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isHome
Specifies whether this competitor is the home side in the fixture. If true, this competitor is the home side. If false, this competitor is the away side.
- Parameters:
isHome- Specifies whether this competitor is the home side in the fixture. If true, this competitor is the home side. If false, this competitor is the away side.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-