Interface Import.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Import.Builder,,- Import> - SdkBuilder<Import.Builder,,- Import> - SdkPojo
- Enclosing class:
- Import
@Mutable
@NotThreadSafe
public static interface Import.Builder
extends SdkPojo, CopyableBuilder<Import.Builder,Import> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the import.The revision of the import.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- 
nameThe name of the import. - Parameters:
- name- The name of the import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
revisionThe revision of the import. - Parameters:
- revision- The revision of the import.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-