public static interface ComponentSummary.Builder extends SdkPojo, CopyableBuilder<ComponentSummary.Builder,ComponentSummary>
| Modifier and Type | Method and Description |
|---|---|
ComponentSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
ComponentSummary.Builder |
createdAt(Instant createdAt)
The time when the component was created.
|
ComponentSummary.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
ComponentSummary.Builder |
deploymentStatus(String deploymentStatus)
The component deployment status.
|
ComponentSummary.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
|
ComponentSummary.Builder |
environmentName(String environmentName)
The name of the Proton environment that this component is associated with.
|
ComponentSummary.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
|
ComponentSummary.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
|
ComponentSummary.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
|
ComponentSummary.Builder |
lastModifiedAt(Instant lastModifiedAt)
The time when the component was last modified.
|
ComponentSummary.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
|
ComponentSummary.Builder |
name(String name)
The name of the component.
|
ComponentSummary.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
ComponentSummary.Builder |
serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
arn - The Amazon Resource Name (ARN) of the component.ComponentSummary.Builder createdAt(Instant createdAt)
The time when the component was created.
createdAt - The time when the component was created.ComponentSummary.Builder deploymentStatus(String deploymentStatus)
The component deployment status.
deploymentStatus - The component deployment status.DeploymentStatus,
DeploymentStatusComponentSummary.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
deploymentStatus - The component deployment status.DeploymentStatus,
DeploymentStatusComponentSummary.Builder deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
deploymentStatusMessage - The message associated with the component deployment status.ComponentSummary.Builder environmentName(String environmentName)
The name of the Proton environment that this component is associated with.
environmentName - The name of the Proton environment that this component is associated with.ComponentSummary.Builder lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
lastAttemptedDeploymentId - The ID of the last attempted deployment of this component.ComponentSummary.Builder lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
lastDeploymentAttemptedAt - The time when a deployment of the component was last attempted.ComponentSummary.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
lastDeploymentSucceededAt - The time when the component was last deployed successfully.ComponentSummary.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the component was last modified.
lastModifiedAt - The time when the component was last modified.ComponentSummary.Builder lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
lastSucceededDeploymentId - The ID of the last successful deployment of this component.ComponentSummary.Builder name(String name)
The name of the component.
name - The name of the component.ComponentSummary.Builder serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
serviceInstanceName - The name of the service instance that this component is attached to. Provided when a component is
attached to a service instance.ComponentSummary.Builder serviceName(String serviceName)
The name of the service that serviceInstanceName is associated with. Provided when a component
is attached to a service instance.
serviceName - The name of the service that serviceInstanceName is associated with. Provided when a
component is attached to a service instance.Copyright © 2023. All rights reserved.