@Generated(value="software.amazon.awssdk:codegen") public final class UpdatePipelineRequest extends OsisRequest implements ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdatePipelineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdatePipelineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogPublishingOptions |
logPublishingOptions()
Key-value pairs to configure log publishing.
|
Integer |
maxUnits()
The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
|
Integer |
minUnits()
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
String |
pipelineConfigurationBody()
The pipeline configuration in YAML format.
|
String |
pipelineName()
The name of the pipeline to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdatePipelineRequest.Builder> |
serializableBuilderClass() |
UpdatePipelineRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineName()
The name of the pipeline to update.
public final Integer minUnits()
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
public final Integer maxUnits()
The maximum pipeline capacity, in Ingestion Compute Units (ICUs)
public final String pipelineConfigurationBody()
The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a
.yaml file. If you provide the configuration as a string, each new line must be escaped with \n.
\n.public final LogPublishingOptions logPublishingOptions()
Key-value pairs to configure log publishing.
public UpdatePipelineRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdatePipelineRequest.Builder,UpdatePipelineRequest>toBuilder in class OsisRequestpublic static UpdatePipelineRequest.Builder builder()
public static Class<? extends UpdatePipelineRequest.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.