Interface Country.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Country.Builder,,- Country> - SdkBuilder<Country.Builder,,- Country> - SdkPojo
- Enclosing class:
- Country
@Mutable
@NotThreadSafe
public static interface Country.Builder
extends SdkPojo, CopyableBuilder<Country.Builder,Country> 
- 
Method SummaryModifier and TypeMethodDescriptionCountry, represented by its alpha 2-character code.Country, represented by its alpha t-character code.Name of the country.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
code2Country, represented by its alpha 2-character code. - Parameters:
- code2- Country, represented by its alpha 2-character code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
code3Country, represented by its alpha t-character code. - Parameters:
- code3- Country, represented by its alpha t-character code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameName of the country. - Parameters:
- name- Name of the country.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-