Component.Builder |
Component.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the component.
|
static Component.Builder |
Component.builder() |
|
Component.Builder |
Component.Builder.createdAt(Instant createdAt) |
The time when the component was created.
|
Component.Builder |
Component.Builder.deploymentStatus(String deploymentStatus) |
The component deployment status.
|
Component.Builder |
Component.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The component deployment status.
|
Component.Builder |
Component.Builder.deploymentStatusMessage(String deploymentStatusMessage) |
The message associated with the component deployment status.
|
Component.Builder |
Component.Builder.description(String description) |
A description of the component.
|
Component.Builder |
Component.Builder.environmentName(String environmentName) |
The name of the Proton environment that this component is associated with.
|
Component.Builder |
Component.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId) |
The ID of the last attempted deployment of this component.
|
Component.Builder |
Component.Builder.lastClientRequestToken(String lastClientRequestToken) |
The last token the client requested.
|
Component.Builder |
Component.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt) |
The time when a deployment of the component was last attempted.
|
Component.Builder |
Component.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt) |
The time when the component was last deployed successfully.
|
Component.Builder |
Component.Builder.lastModifiedAt(Instant lastModifiedAt) |
The time when the component was last modified.
|
Component.Builder |
Component.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId) |
The ID of the last successful deployment of this component.
|
Component.Builder |
Component.Builder.name(String name) |
The name of the component.
|
Component.Builder |
Component.Builder.serviceInstanceName(String serviceInstanceName) |
The name of the service instance that this component is attached to.
|
Component.Builder |
Component.Builder.serviceName(String serviceName) |
The name of the service that serviceInstanceName is associated with.
|
Component.Builder |
Component.Builder.serviceSpec(String serviceSpec) |
The service spec that the component uses to access service inputs.
|
Component.Builder |
Component.toBuilder() |
|