| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
Environment.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
static Environment.Builder |
Environment.builder() |
Environment.Builder |
Environment.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.
|
Environment.Builder |
Environment.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.
|
Environment.Builder |
Environment.Builder.createdAt(Instant createdAt)
The time when the environment was created.
|
Environment.Builder |
Environment.Builder.deploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
Environment.Builder |
Environment.Builder.deploymentStatus(String deploymentStatus)
The environment deployment status.
|
Environment.Builder |
Environment.Builder.deploymentStatusMessage(String deploymentStatusMessage)
An environment deployment status message.
|
Environment.Builder |
Environment.Builder.description(String description)
The description of the environment.
|
Environment.Builder |
Environment.Builder.environmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that's used to provision infrastructure resources in an
environment account.
|
Environment.Builder |
Environment.Builder.environmentAccountId(String environmentAccountId)
The ID of the environment account that the environment infrastructure resources are provisioned in.
|
Environment.Builder |
Environment.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this environment.
|
Environment.Builder |
Environment.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the environment was last attempted.
|
Environment.Builder |
Environment.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the environment was last deployed successfully.
|
Environment.Builder |
Environment.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this environment.
|
Environment.Builder |
Environment.Builder.name(String name)
The name of the environment.
|
Environment.Builder |
Environment.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.
|
Environment.Builder |
Environment.Builder.provisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
Environment.Builder |
Environment.Builder.provisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
default Environment.Builder |
Environment.Builder.provisioningRepository(Consumer<RepositoryBranch.Builder> provisioningRepository)
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
Environment.Builder |
Environment.Builder.provisioningRepository(RepositoryBranch provisioningRepository)
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
Environment.Builder |
Environment.Builder.spec(String spec)
The environment spec.
|
Environment.Builder |
Environment.Builder.templateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
Environment.Builder |
Environment.Builder.templateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
Environment.Builder |
Environment.Builder.templateName(String templateName)
The Amazon Resource Name (ARN) of the environment template.
|
Environment.Builder |
Environment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Environment.Builder> |
Environment.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CancelEnvironmentDeploymentResponse.Builder |
CancelEnvironmentDeploymentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The environment summary data that's returned by Proton.
|
default DeleteEnvironmentResponse.Builder |
DeleteEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The detailed data of the environment being deleted.
|
default GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The detailed data of the requested environment.
|
default UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The environment detail data that's returned by Proton.
|
default CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.environment(Consumer<Environment.Builder> environment)
The environment detail data that's returned by Proton.
|
Copyright © 2023. All rights reserved.