| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentResult> |
AWSProtonAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AWSProtonAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Create an Proton component.
|
Future<CreateComponentResult> |
AbstractAWSProtonAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentRequest |
CreateComponentRequest.clone() |
CreateComponentRequest |
CreateComponentRequest.withClientToken(String clientToken)
The client token for the created component.
|
CreateComponentRequest |
CreateComponentRequest.withDescription(String description)
An optional customer-provided description of the component.
|
CreateComponentRequest |
CreateComponentRequest.withEnvironmentName(String environmentName)
The name of the Proton environment that you want to associate this component with.
|
CreateComponentRequest |
CreateComponentRequest.withManifest(String manifest)
A path to a manifest file that lists the Infrastructure as Code (IaC) file, template language, and rendering
engine for infrastructure that a custom component provisions.
|
CreateComponentRequest |
CreateComponentRequest.withName(String name)
The customer-provided name of the component.
|
CreateComponentRequest |
CreateComponentRequest.withServiceInstanceName(String serviceInstanceName)
The name of the service instance that you want to attach this component to.
|
CreateComponentRequest |
CreateComponentRequest.withServiceName(String serviceName)
The name of the service that
serviceInstanceName is associated with. |
CreateComponentRequest |
CreateComponentRequest.withServiceSpec(String serviceSpec)
The service spec that you want the component to use to access service inputs.
|
CreateComponentRequest |
CreateComponentRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton component.
|
CreateComponentRequest |
CreateComponentRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the Proton component.
|
CreateComponentRequest |
CreateComponentRequest.withTemplateFile(String templateFile)
A path to the Infrastructure as Code (IaC) file describing infrastructure that a custom component provisions.
|
Copyright © 2024. All rights reserved.