| 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<CreateEnvironmentResponse> |
ProtonAsyncClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Deploy a new environment.
|
default CreateEnvironmentResponse |
ProtonClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest)
Deploy a new environment.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.builder() |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
CodeBuild-based provisioning on your behalf.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.componentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.description(String description)
A description of the environment that's being created and deployed.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.environmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that you provide if you're provisioning your environment
infrastructure resources to an environment account.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.name(String name)
The name of the environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.protonServiceRoleArn(String protonServiceRoleArn)
The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make calls to other services
on your behalf.
|
default CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.provisioningRepository(Consumer<RepositoryBranchInput.Builder> provisioningRepository)
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.provisioningRepository(RepositoryBranchInput provisioningRepository)
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.spec(String spec)
A YAML formatted string that provides inputs as defined in the environment template bundle schema file.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the Proton environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An optional list of metadata items that you can associate with the Proton environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.tags(Tag... tags)
An optional list of metadata items that you can associate with the Proton environment.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.templateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.templateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.templateName(String templateName)
The name of the environment template.
|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEnvironmentRequest.Builder> |
CreateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.