Interface Component.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Component.Builder,
,Component> SdkBuilder<Component.Builder,
,Component> SdkPojo
- Enclosing class:
Component
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the component.The time when the component was created.deploymentStatus
(String deploymentStatus) The component deployment status.deploymentStatus
(DeploymentStatus deploymentStatus) The component deployment status.deploymentStatusMessage
(String deploymentStatusMessage) The message associated with the component deployment status.description
(String description) A description of the component.environmentName
(String environmentName) The name of the Proton environment that this component is associated with.lastAttemptedDeploymentId
(String lastAttemptedDeploymentId) The ID of the last attempted deployment of this component.lastClientRequestToken
(String lastClientRequestToken) The last token the client requested.lastDeploymentAttemptedAt
(Instant lastDeploymentAttemptedAt) The time when a deployment of the component was last attempted.lastDeploymentSucceededAt
(Instant lastDeploymentSucceededAt) The time when the component was last deployed successfully.lastModifiedAt
(Instant lastModifiedAt) The time when the component was last modified.lastSucceededDeploymentId
(String lastSucceededDeploymentId) The ID of the last successful deployment of this component.The name of the component.serviceInstanceName
(String serviceInstanceName) The name of the service instance that this component is attached to.serviceName
(String serviceName) The name of the service thatserviceInstanceName
is associated with.serviceSpec
(String serviceSpec) The service spec that the component uses to access service inputs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the component.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time when the component was created.
- Parameters:
createdAt
- The time when the component was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStatus
The component deployment status.
- Parameters:
deploymentStatus
- The component deployment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStatus
The component deployment status.
- Parameters:
deploymentStatus
- The component deployment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentStatusMessage
The message associated with the component deployment status.
- Parameters:
deploymentStatusMessage
- The message associated with the component deployment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the component.
- Parameters:
description
- A description of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
The name of the Proton environment that this component is associated with.
- Parameters:
environmentName
- The name of the Proton environment that this component is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAttemptedDeploymentId
The ID of the last attempted deployment of this component.
- Parameters:
lastAttemptedDeploymentId
- The ID of the last attempted deployment of this component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastClientRequestToken
The last token the client requested.
- Parameters:
lastClientRequestToken
- The last token the client requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeploymentAttemptedAt
The time when a deployment of the component was last attempted.
- Parameters:
lastDeploymentAttemptedAt
- The time when a deployment of the component was last attempted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastDeploymentSucceededAt
The time when the component was last deployed successfully.
- Parameters:
lastDeploymentSucceededAt
- The time when the component was last deployed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
The time when the component was last modified.
- Parameters:
lastModifiedAt
- The time when the component was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSucceededDeploymentId
The ID of the last successful deployment of this component.
- Parameters:
lastSucceededDeploymentId
- The ID of the last successful deployment of this component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the component.
- Parameters:
name
- The name of the component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInstanceName
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
- Parameters:
serviceInstanceName
- The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The name of the service that
serviceInstanceName
is associated with. Provided when a component is attached to a service instance.- Parameters:
serviceName
- The name of the service thatserviceInstanceName
is associated with. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceSpec
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
- Parameters:
serviceSpec
- The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-