@Generated(value="software.amazon.awssdk:codegen") public final class PipelineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
Summary information for an OpenSearch Ingestion pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineSummary.Builder |
builder() |
Instant |
createdAt()
The date and time when the pipeline was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The date and time when the pipeline was last updated.
|
Integer |
maxUnits()
The maximum pipeline capacity, in Ingestion Compute Units (ICUs).
|
Integer |
minUnits()
The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
|
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
pipelineName()
The name of the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineSummary.Builder> |
serializableBuilderClass() |
PipelineStatus |
status()
The current status of the pipeline.
|
String |
statusAsString()
The current status of the pipeline.
|
PipelineStatusReason |
statusReason()
Returns the value of the StatusReason property for this object.
|
PipelineSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PipelineStatus status()
The current status of the pipeline.
If the service returns an enum value that is not available in the current SDK version, status will
return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PipelineStatuspublic final String statusAsString()
The current status of the pipeline.
If the service returns an enum value that is not available in the current SDK version, status will
return PipelineStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
PipelineStatuspublic final PipelineStatusReason statusReason()
public final String pipelineName()
The name of the pipeline.
public final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
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 Instant createdAt()
The date and time when the pipeline was created.
public final Instant lastUpdatedAt()
The date and time when the pipeline was last updated.
public PipelineSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>public static PipelineSummary.Builder builder()
public static Class<? extends PipelineSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.