Interface PipelineDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PipelineDestination.Builder,PipelineDestination>,SdkBuilder<PipelineDestination.Builder,PipelineDestination>,SdkPojo
- Enclosing class:
- PipelineDestination
public static interface PipelineDestination.Builder extends SdkPojo, CopyableBuilder<PipelineDestination.Builder,PipelineDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineDestination.Builderendpoint(String endpoint)The endpoint receiving data from the pipeline.PipelineDestination.BuilderserviceName(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 Detail
-
serviceName
PipelineDestination.Builder serviceName(String 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
PipelineDestination.Builder endpoint(String 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.
-
-