| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Environment |
Environment.clone() |
Environment |
UpdateEnvironmentResult.getEnvironment()
The environment detail data that's returned by Proton.
|
Environment |
GetEnvironmentResult.getEnvironment()
The detailed data of the requested environment.
|
Environment |
CreateEnvironmentResult.getEnvironment()
The environment detail data that's returned by Proton.
|
Environment |
CancelEnvironmentDeploymentResult.getEnvironment()
The environment summary data that's returned by Proton.
|
Environment |
DeleteEnvironmentResult.getEnvironment()
The detailed data of the environment being deleted.
|
Environment |
Environment.withArn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
Environment |
Environment.withComponentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
Environment |
Environment.withCreatedAt(Date createdAt)
The time when the environment was created.
|
Environment |
Environment.withDeploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
Environment |
Environment.withDeploymentStatus(String deploymentStatus)
The environment deployment status.
|
Environment |
Environment.withDeploymentStatusMessage(String deploymentStatusMessage)
An environment deployment status message.
|
Environment |
Environment.withDescription(String description)
The description of the environment.
|
Environment |
Environment.withEnvironmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that's used to provision infrastructure resources in an environment
account.
|
Environment |
Environment.withEnvironmentAccountId(String environmentAccountId)
The ID of the environment account that the environment infrastructure resources are provisioned in.
|
Environment |
Environment.withLastDeploymentAttemptedAt(Date lastDeploymentAttemptedAt)
The time when a deployment of the environment was last attempted.
|
Environment |
Environment.withLastDeploymentSucceededAt(Date lastDeploymentSucceededAt)
The time when the environment was last deployed successfully.
|
Environment |
Environment.withName(String name)
The name of the environment.
|
Environment |
Environment.withProtonServiceRoleArn(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 |
Environment.withProvisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
Environment |
Environment.withProvisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
|
Environment |
Environment.withProvisioningRepository(RepositoryBranch provisioningRepository)
The infrastructure repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
Environment |
Environment.withSpec(String spec)
The environment spec.
|
Environment |
Environment.withTemplateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
Environment |
Environment.withTemplateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
Environment |
Environment.withTemplateName(String templateName)
The Amazon Resource Name (ARN) of the environment template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEnvironmentResult.setEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
void |
GetEnvironmentResult.setEnvironment(Environment environment)
The detailed data of the requested environment.
|
void |
CreateEnvironmentResult.setEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
void |
CancelEnvironmentDeploymentResult.setEnvironment(Environment environment)
The environment summary data that's returned by Proton.
|
void |
DeleteEnvironmentResult.setEnvironment(Environment environment)
The detailed data of the environment being deleted.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
GetEnvironmentResult |
GetEnvironmentResult.withEnvironment(Environment environment)
The detailed data of the requested environment.
|
CreateEnvironmentResult |
CreateEnvironmentResult.withEnvironment(Environment environment)
The environment detail data that's returned by Proton.
|
CancelEnvironmentDeploymentResult |
CancelEnvironmentDeploymentResult.withEnvironment(Environment environment)
The environment summary data that's returned by Proton.
|
DeleteEnvironmentResult |
DeleteEnvironmentResult.withEnvironment(Environment environment)
The detailed data of the environment being deleted.
|
Copyright © 2022. All rights reserved.