Interface OutputGroupDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputGroupDetail.Builder,
,OutputGroupDetail> SdkBuilder<OutputGroupDetail.Builder,
,OutputGroupDetail> SdkPojo
- Enclosing class:
OutputGroupDetail
public static interface OutputGroupDetail.Builder
extends SdkPojo, CopyableBuilder<OutputGroupDetail.Builder,OutputGroupDetail>
-
Method Summary
Modifier and TypeMethodDescriptionoutputDetails
(Collection<OutputDetail> outputDetails) Details about the outputoutputDetails
(Consumer<OutputDetail.Builder>... outputDetails) Details about the output This is a convenience method that creates an instance of theOutputDetail.Builder
avoiding the need to create one manually viaOutputDetail.builder()
.outputDetails
(OutputDetail... outputDetails) Details about the outputMethods 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 Details
-
outputDetails
Details about the output- Parameters:
outputDetails
- Details about the output- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDetails
Details about the output- Parameters:
outputDetails
- Details about the output- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDetails
Details about the output This is a convenience method that creates an instance of theOutputDetail.Builder
avoiding the need to create one manually viaOutputDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputDetails(List<OutputDetail>)
.- Parameters:
outputDetails
- a consumer that will call methods onOutputDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-