Interface CompareActionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompareActionSummary.Builder,CompareActionSummary>,SdkBuilder<CompareActionSummary.Builder,CompareActionSummary>,SdkPojo
- Enclosing class:
- CompareActionSummary
public static interface CompareActionSummary.Builder extends SdkPojo, CopyableBuilder<CompareActionSummary.Builder,CompareActionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CompareActionSummary.Buildertype(Consumer<File.Builder> type)The type of the compare action summary.CompareActionSummary.Buildertype(File type)The type of the compare action summary.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
CompareActionSummary.Builder type(File type)
The type of the compare action summary.
- Parameters:
type- The type of the compare action summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
default CompareActionSummary.Builder type(Consumer<File.Builder> type)
The type of the compare action summary.
This is a convenience method that creates an instance of theFile.Builderavoiding the need to create one manually viaFile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totype(File).- Parameters:
type- a consumer that will call methods onFile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
type(File)
-
-