Interface Import.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Import.Builder,Import>,SdkBuilder<Import.Builder,Import>,SdkPojo
- Enclosing class:
- Import
public static interface Import.Builder extends SdkPojo, CopyableBuilder<Import.Builder,Import>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Import.Buildername(String name)The name of the import.Import.Builderrevision(String revision)The revision of the import.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
Import.Builder name(String name)
The 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.
-
revision
Import.Builder revision(String revision)
The 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.
-
-