Interface UpdatePipeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePipeRequest.Builder,UpdatePipeRequest>,PipesRequest.Builder,SdkBuilder<UpdatePipeRequest.Builder,UpdatePipeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePipeRequest
public static interface UpdatePipeRequest.Builder extends PipesRequest.Builder, SdkPojo, CopyableBuilder<UpdatePipeRequest.Builder,UpdatePipeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdatePipeRequest.Builderdescription(String description)A description of the pipe.UpdatePipeRequest.BuilderdesiredState(String desiredState)The state the pipe should be in.UpdatePipeRequest.BuilderdesiredState(RequestedPipeState desiredState)The state the pipe should be in.UpdatePipeRequest.Builderenrichment(String enrichment)The ARN of the enrichment resource.default UpdatePipeRequest.BuilderenrichmentParameters(Consumer<PipeEnrichmentParameters.Builder> enrichmentParameters)The parameters required to set up enrichment on your pipe.UpdatePipeRequest.BuilderenrichmentParameters(PipeEnrichmentParameters enrichmentParameters)The parameters required to set up enrichment on your pipe.default UpdatePipeRequest.BuilderlogConfiguration(Consumer<PipeLogConfigurationParameters.Builder> logConfiguration)The logging configuration settings for the pipe.UpdatePipeRequest.BuilderlogConfiguration(PipeLogConfigurationParameters logConfiguration)The logging configuration settings for the pipe.UpdatePipeRequest.Buildername(String name)The name of the pipe.UpdatePipeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePipeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePipeRequest.BuilderroleArn(String roleArn)The ARN of the role that allows the pipe to send data to the target.default UpdatePipeRequest.BuildersourceParameters(Consumer<UpdatePipeSourceParameters.Builder> sourceParameters)The parameters required to set up a source for your pipe.UpdatePipeRequest.BuildersourceParameters(UpdatePipeSourceParameters sourceParameters)The parameters required to set up a source for your pipe.UpdatePipeRequest.Buildertarget(String target)The ARN of the target resource.default UpdatePipeRequest.BuildertargetParameters(Consumer<PipeTargetParameters.Builder> targetParameters)The parameters required to set up a target for your pipe.UpdatePipeRequest.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
UpdatePipeRequest.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
UpdatePipeRequest.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
UpdatePipeRequest.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
UpdatePipeRequest.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
UpdatePipeRequest.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 UpdatePipeRequest.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
UpdatePipeRequest.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 UpdatePipeRequest.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
UpdatePipeRequest.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
UpdatePipeRequest.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.
-
sourceParameters
UpdatePipeRequest.Builder sourceParameters(UpdatePipeSourceParameters 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 UpdatePipeRequest.Builder sourceParameters(Consumer<UpdatePipeSourceParameters.Builder> sourceParameters)
The parameters required to set up a source for your pipe.
This is a convenience method that creates an instance of theUpdatePipeSourceParameters.Builderavoiding the need to create one manually viaUpdatePipeSourceParameters.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceParameters(UpdatePipeSourceParameters).- Parameters:
sourceParameters- a consumer that will call methods onUpdatePipeSourceParameters.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sourceParameters(UpdatePipeSourceParameters)
-
target
UpdatePipeRequest.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
UpdatePipeRequest.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 UpdatePipeRequest.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
UpdatePipeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePipeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-