Class ServicePipeline
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.ServicePipeline
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServicePipeline.Builder,ServicePipeline>
@Generated("software.amazon.awssdk:codegen") public final class ServicePipeline extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServicePipeline.Builder,ServicePipeline>
Detailed data of an Proton service instance pipeline resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServicePipeline.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the service pipeline.static ServicePipeline.Builderbuilder()InstantcreatedAt()The time when the service pipeline was created.DeploymentStatusdeploymentStatus()The deployment status of the service pipeline.StringdeploymentStatusAsString()The deployment status of the service pipeline.StringdeploymentStatusMessage()A service pipeline deployment status message.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastAttemptedDeploymentId()The ID of the last attempted deployment of this service pipeline.InstantlastDeploymentAttemptedAt()The time when a deployment of the service pipeline was last attempted.InstantlastDeploymentSucceededAt()The time when the service pipeline was last deployed successfully.StringlastSucceededDeploymentId()The ID of the last successful deployment of this service pipeline.List<SdkField<?>>sdkFields()static Class<? extends ServicePipeline.Builder>serializableBuilderClass()Stringspec()The service spec that was used to create the service pipeline.StringtemplateMajorVersion()The major version of the service template that was used to create the service pipeline.StringtemplateMinorVersion()The minor version of the service template that was used to create the service pipeline.StringtemplateName()The name of the service template that was used to create the service pipeline.ServicePipeline.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the service pipeline.
- Returns:
- The Amazon Resource Name (ARN) of the service pipeline.
-
createdAt
public final Instant createdAt()
The time when the service pipeline was created.
- Returns:
- The time when the service pipeline was created.
-
deploymentStatus
public final DeploymentStatus deploymentStatus()
The deployment status of the service pipeline.
If the service returns an enum value that is not available in the current SDK version,
deploymentStatuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStatusAsString().- Returns:
- The deployment status of the service pipeline.
- See Also:
DeploymentStatus
-
deploymentStatusAsString
public final String deploymentStatusAsString()
The deployment status of the service pipeline.
If the service returns an enum value that is not available in the current SDK version,
deploymentStatuswill returnDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeploymentStatusAsString().- Returns:
- The deployment status of the service pipeline.
- See Also:
DeploymentStatus
-
deploymentStatusMessage
public final String deploymentStatusMessage()
A service pipeline deployment status message.
- Returns:
- A service pipeline deployment status message.
-
lastAttemptedDeploymentId
public final String lastAttemptedDeploymentId()
The ID of the last attempted deployment of this service pipeline.
- Returns:
- The ID of the last attempted deployment of this service pipeline.
-
lastDeploymentAttemptedAt
public final Instant lastDeploymentAttemptedAt()
The time when a deployment of the service pipeline was last attempted.
- Returns:
- The time when a deployment of the service pipeline was last attempted.
-
lastDeploymentSucceededAt
public final Instant lastDeploymentSucceededAt()
The time when the service pipeline was last deployed successfully.
- Returns:
- The time when the service pipeline was last deployed successfully.
-
lastSucceededDeploymentId
public final String lastSucceededDeploymentId()
The ID of the last successful deployment of this service pipeline.
- Returns:
- The ID of the last successful deployment of this service pipeline.
-
spec
public final String spec()
The service spec that was used to create the service pipeline.
- Returns:
- The service spec that was used to create the service pipeline.
-
templateMajorVersion
public final String templateMajorVersion()
The major version of the service template that was used to create the service pipeline.
- Returns:
- The major version of the service template that was used to create the service pipeline.
-
templateMinorVersion
public final String templateMinorVersion()
The minor version of the service template that was used to create the service pipeline.
- Returns:
- The minor version of the service template that was used to create the service pipeline.
-
templateName
public final String templateName()
The name of the service template that was used to create the service pipeline.
- Returns:
- The name of the service template that was used to create the service pipeline.
-
toBuilder
public ServicePipeline.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServicePipeline.Builder,ServicePipeline>
-
builder
public static ServicePipeline.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServicePipeline.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-