Interface PipelineDestination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PipelineDestination.Builder,
,PipelineDestination> SdkBuilder<PipelineDestination.Builder,
,PipelineDestination> SdkPojo
- Enclosing class:
PipelineDestination
@Mutable
@NotThreadSafe
public static interface PipelineDestination.Builder
extends SdkPojo, CopyableBuilder<PipelineDestination.Builder,PipelineDestination>
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint receiving data from the pipeline.serviceName
(String serviceName) The name of the service receiving data from the pipeline.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
-
serviceName
The name of the service receiving data from the pipeline.
- Parameters:
serviceName
- The name of the service receiving data from the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The endpoint receiving data from the pipeline.
- Parameters:
endpoint
- The endpoint receiving data from the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-