Interface CompareActionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CompareActionSummary.Builder,
,CompareActionSummary> SdkBuilder<CompareActionSummary.Builder,
,CompareActionSummary> SdkPojo
- Enclosing class:
CompareActionSummary
@Mutable
@NotThreadSafe
public static interface CompareActionSummary.Builder
extends SdkPojo, CopyableBuilder<CompareActionSummary.Builder,CompareActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CompareActionSummary.Builder
type
(Consumer<File.Builder> type) The type of the compare action summary.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 Details
-
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
The type of the compare action summary.
This is a convenience method that creates an instance of theFile.Builder
avoiding the need to create one manually viaFile.builder()
.When the
Consumer
completes,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:
-