public static interface Component.Builder extends SdkPojo, CopyableBuilder<Component.Builder,Component>
| Modifier and Type | Method and Description |
|---|---|
Component.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the component.
|
Component.Builder |
createdAt(Instant createdAt)
The time when the component was created.
|
Component.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
|
Component.Builder |
deploymentStatus(String deploymentStatus)
The component deployment status.
|
Component.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
|
Component.Builder |
description(String description)
A description of the component.
|
Component.Builder |
environmentName(String environmentName)
The name of the Proton environment that this component is associated with.
|
Component.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this component.
|
Component.Builder |
lastClientRequestToken(String lastClientRequestToken)
The last token the client requested.
|
Component.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the component was last attempted.
|
Component.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
|
Component.Builder |
lastModifiedAt(Instant lastModifiedAt)
The time when the component was last modified.
|
Component.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this component.
|
Component.Builder |
name(String name)
The name of the component.
|
Component.Builder |
serviceInstanceName(String serviceInstanceName)
The name of the service instance that this component is attached to.
|
Component.Builder |
serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
Component.Builder |
serviceSpec(String serviceSpec)
The service spec that the component uses to access service inputs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildComponent.Builder arn(String arn)
The Amazon Resource Name (ARN) of the component.
arn - The Amazon Resource Name (ARN) of the component.Component.Builder createdAt(Instant createdAt)
The time when the component was created.
createdAt - The time when the component was created.Component.Builder deploymentStatus(String deploymentStatus)
The component deployment status.
deploymentStatus - The component deployment status.DeploymentStatus,
DeploymentStatusComponent.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The component deployment status.
deploymentStatus - The component deployment status.DeploymentStatus,
DeploymentStatusComponent.Builder deploymentStatusMessage(String deploymentStatusMessage)
The message associated with the component deployment status.
deploymentStatusMessage - The message associated with the component deployment status.Component.Builder description(String description)
A description of the component.
description - A description of the component.Component.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.Component.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.Component.Builder lastClientRequestToken(String lastClientRequestToken)
The last token the client requested.
lastClientRequestToken - The last token the client requested.Component.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.Component.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the component was last deployed successfully.
lastDeploymentSucceededAt - The time when the component was last deployed successfully.Component.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the component was last modified.
lastModifiedAt - The time when the component was last modified.Component.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.Component.Builder name(String name)
The name of the component.
name - The name of the component.Component.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.Component.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.Component.Builder serviceSpec(String serviceSpec)
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
serviceSpec - The service spec that the component uses to access service inputs. Provided when a component is
attached to a service instance.Copyright © 2023. All rights reserved.