| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
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(DeploymentStatus deploymentStatus)
The component deployment status.
|
Component.Builder |
Component.Builder.deploymentStatus(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Component.Builder> |
Component.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateComponentResponse.Builder |
CreateComponentResponse.Builder.component(Consumer<Component.Builder> component)
The detailed data of the created component.
|
default UpdateComponentResponse.Builder |
UpdateComponentResponse.Builder.component(Consumer<Component.Builder> component)
The detailed data of the updated component.
|
default CancelComponentDeploymentResponse.Builder |
CancelComponentDeploymentResponse.Builder.component(Consumer<Component.Builder> component)
The detailed data of the component with the deployment that is being canceled.
|
default DeleteComponentResponse.Builder |
DeleteComponentResponse.Builder.component(Consumer<Component.Builder> component)
The detailed data of the component being deleted.
|
default GetComponentResponse.Builder |
GetComponentResponse.Builder.component(Consumer<Component.Builder> component)
The detailed data of the requested component.
|
Copyright © 2023. All rights reserved.