| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateComponentResponse> |
ProtonAsyncClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Update a component.
|
default UpdateComponentResponse |
ProtonClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Update a component.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateComponentRequest.Builder |
UpdateComponentRequest.builder() |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.clientToken(String clientToken)
The client token for the updated component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.deploymentType(ComponentDeploymentUpdateType deploymentType)
The deployment type.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.deploymentType(String deploymentType)
The deployment type.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.description(String description)
An optional customer-provided description of the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.name(String name)
The name of the component to update.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.serviceInstanceName(String serviceInstanceName)
The name of the service instance that you want to attach this component to.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.serviceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.serviceSpec(String serviceSpec)
The service spec that you want the component to use to access service inputs.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.templateFile(String templateFile)
A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentRequest.Builder> |
UpdateComponentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.