@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePipeRequest extends PipesRequest implements ToCopyableBuilder<UpdatePipeRequest.Builder,UpdatePipeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePipeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePipeRequest.Builder |
builder() |
String |
description()
A description of the pipe.
|
RequestedPipeState |
desiredState()
The state the pipe should be in.
|
String |
desiredStateAsString()
The state the pipe should be in.
|
String |
enrichment()
The ARN of the enrichment resource.
|
PipeEnrichmentParameters |
enrichmentParameters()
The parameters required to set up enrichment on your pipe.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the pipe.
|
String |
roleArn()
The ARN of the role that allows the pipe to send data to the target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePipeRequest.Builder> |
serializableBuilderClass() |
UpdatePipeSourceParameters |
sourceParameters()
The parameters required to set up a source for your pipe.
|
String |
target()
The ARN of the target resource.
|
PipeTargetParameters |
targetParameters()
The parameters required to set up a target for your pipe.
|
UpdatePipeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of the pipe.
public final RequestedPipeState desiredState()
The state the pipe should be in.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return RequestedPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
desiredStateAsString().
RequestedPipeStatepublic final String desiredStateAsString()
The state the pipe should be in.
If the service returns an enum value that is not available in the current SDK version, desiredState will
return RequestedPipeState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
desiredStateAsString().
RequestedPipeStatepublic final String enrichment()
The ARN of the enrichment resource.
public final PipeEnrichmentParameters enrichmentParameters()
The parameters required to set up enrichment on your pipe.
public final String name()
The name of the pipe.
public final String roleArn()
The ARN of the role that allows the pipe to send data to the target.
public final UpdatePipeSourceParameters sourceParameters()
The parameters required to set up a source for your pipe.
public final String target()
The ARN of the target resource.
public final PipeTargetParameters targetParameters()
The parameters required to set up a target for your pipe.
public UpdatePipeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePipeRequest.Builder,UpdatePipeRequest>toBuilder in class PipesRequestpublic static UpdatePipeRequest.Builder builder()
public static Class<? extends UpdatePipeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.