Interface RouteTaxiAgency.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteTaxiAgency.Builder,,RouteTaxiAgency> SdkBuilder<RouteTaxiAgency.Builder,,RouteTaxiAgency> SdkPojo
- Enclosing class:
RouteTaxiAgency
@Mutable
@NotThreadSafe
public static interface RouteTaxiAgency.Builder
extends SdkPojo, CopyableBuilder<RouteTaxiAgency.Builder,RouteTaxiAgency>
-
Method Summary
Modifier and TypeMethodDescriptionName of the agency.URL to the agency's website.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
Name of the agency.
- Parameters:
name- Name of the agency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
URL to the agency's website.
- Parameters:
url- URL to the agency's website.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-