Interface CreatePipeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreatePipeRequest.Builder,CreatePipeRequest>,PipesRequest.Builder,SdkBuilder<CreatePipeRequest.Builder,CreatePipeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreatePipeRequest
public static interface CreatePipeRequest.Builder extends PipesRequest.Builder, SdkPojo, CopyableBuilder<CreatePipeRequest.Builder,CreatePipeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreatePipeRequest.Builderdescription(String description)A description of the pipe.CreatePipeRequest.BuilderdesiredState(String desiredState)The state the pipe should be in.CreatePipeRequest.BuilderdesiredState(RequestedPipeState desiredState)The state the pipe should be in.CreatePipeRequest.Builderenrichment(String enrichment)The ARN of the enrichment resource.default CreatePipeRequest.BuilderenrichmentParameters(Consumer<PipeEnrichmentParameters.Builder> enrichmentParameters)The parameters required to set up enrichment on your pipe.CreatePipeRequest.BuilderenrichmentParameters(PipeEnrichmentParameters enrichmentParameters)The parameters required to set up enrichment on your pipe.default CreatePipeRequest.BuilderlogConfiguration(Consumer<PipeLogConfigurationParameters.Builder> logConfiguration)The logging configuration settings for the pipe.CreatePipeRequest.BuilderlogConfiguration(PipeLogConfigurationParameters logConfiguration)The logging configuration settings for the pipe.CreatePipeRequest.Buildername(String name)The name of the pipe.CreatePipeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePipeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreatePipeRequest.BuilderroleArn(String roleArn)The ARN of the role that allows the pipe to send data to the target.CreatePipeRequest.Buildersource(String source)The ARN of the source resource.default CreatePipeRequest.BuildersourceParameters(Consumer<PipeSourceParameters.Builder> sourceParameters)The parameters required to set up a source for your pipe.CreatePipeRequest.BuildersourceParameters(PipeSourceParameters sourceParameters)The parameters required to set up a source for your pipe.CreatePipeRequest.Buildertags(Map<String,String> tags)The list of key-value pairs to associate with the pipe.CreatePipeRequest.Buildertarget(String target)The ARN of the target resource.default CreatePipeRequest.BuildertargetParameters(Consumer<PipeTargetParameters.Builder> targetParameters)The parameters required to set up a target for your pipe.CreatePipeRequest.BuildertargetParameters(PipeTargetParameters targetParameters)The parameters required to set up a target for your pipe.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pipes.model.PipesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
description
CreatePipeRequest.Builder description(String description)
A description of the pipe.
- Parameters:
description- A description of the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredState
CreatePipeRequest.Builder desiredState(String desiredState)
The state the pipe should be in.
- Parameters:
desiredState- The state the pipe should be in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedPipeState,RequestedPipeState
-
desiredState
CreatePipeRequest.Builder desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
- Parameters:
desiredState- The state the pipe should be in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestedPipeState,RequestedPipeState
-
enrichment
CreatePipeRequest.Builder enrichment(String enrichment)
The ARN of the enrichment resource.
- Parameters:
enrichment- The ARN of the enrichment resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enrichmentParameters
CreatePipeRequest.Builder enrichmentParameters(PipeEnrichmentParameters enrichmentParameters)
The parameters required to set up enrichment on your pipe.
- Parameters:
enrichmentParameters- The parameters required to set up enrichment on your pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enrichmentParameters
default CreatePipeRequest.Builder enrichmentParameters(Consumer<PipeEnrichmentParameters.Builder> enrichmentParameters)
The parameters required to set up enrichment on your pipe.
This is a convenience method that creates an instance of thePipeEnrichmentParameters.Builderavoiding the need to create one manually viaPipeEnrichmentParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenrichmentParameters(PipeEnrichmentParameters).- Parameters:
enrichmentParameters- a consumer that will call methods onPipeEnrichmentParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
enrichmentParameters(PipeEnrichmentParameters)
-
logConfiguration
CreatePipeRequest.Builder logConfiguration(PipeLogConfigurationParameters logConfiguration)
The logging configuration settings for the pipe.
- Parameters:
logConfiguration- The logging configuration settings for the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logConfiguration
default CreatePipeRequest.Builder logConfiguration(Consumer<PipeLogConfigurationParameters.Builder> logConfiguration)
The logging configuration settings for the pipe.
This is a convenience method that creates an instance of thePipeLogConfigurationParameters.Builderavoiding the need to create one manually viaPipeLogConfigurationParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tologConfiguration(PipeLogConfigurationParameters).- Parameters:
logConfiguration- a consumer that will call methods onPipeLogConfigurationParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
logConfiguration(PipeLogConfigurationParameters)
-
name
CreatePipeRequest.Builder name(String name)
The name of the pipe.
- Parameters:
name- The name of the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
CreatePipeRequest.Builder roleArn(String roleArn)
The ARN of the role that allows the pipe to send data to the target.
- Parameters:
roleArn- The ARN of the role that allows the pipe to send data to the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
CreatePipeRequest.Builder source(String source)
The ARN of the source resource.
- Parameters:
source- The ARN of the source resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceParameters
CreatePipeRequest.Builder sourceParameters(PipeSourceParameters sourceParameters)
The parameters required to set up a source for your pipe.
- Parameters:
sourceParameters- The parameters required to set up a source for your pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceParameters
default CreatePipeRequest.Builder sourceParameters(Consumer<PipeSourceParameters.Builder> sourceParameters)
The parameters required to set up a source for your pipe.
This is a convenience method that creates an instance of thePipeSourceParameters.Builderavoiding the need to create one manually viaPipeSourceParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceParameters(PipeSourceParameters).- Parameters:
sourceParameters- a consumer that will call methods onPipeSourceParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceParameters(PipeSourceParameters)
-
tags
CreatePipeRequest.Builder tags(Map<String,String> tags)
The list of key-value pairs to associate with the pipe.
- Parameters:
tags- The list of key-value pairs to associate with the pipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
CreatePipeRequest.Builder target(String target)
The ARN of the target resource.
- Parameters:
target- The ARN of the target resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetParameters
CreatePipeRequest.Builder targetParameters(PipeTargetParameters targetParameters)
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
- Parameters:
targetParameters- The parameters required to set up a target for your pipe.For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetParameters
default CreatePipeRequest.Builder targetParameters(Consumer<PipeTargetParameters.Builder> targetParameters)
The parameters required to set up a target for your pipe.
For more information about pipe target parameters, including how to use dynamic path parameters, see Target parameters in the Amazon EventBridge User Guide.
This is a convenience method that creates an instance of thePipeTargetParameters.Builderavoiding the need to create one manually viaPipeTargetParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetParameters(PipeTargetParameters).- Parameters:
targetParameters- a consumer that will call methods onPipeTargetParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetParameters(PipeTargetParameters)
-
overrideConfiguration
CreatePipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreatePipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-