EnvironmentSummary.Builder |
EnvironmentSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the environment.
|
static EnvironmentSummary.Builder |
EnvironmentSummary.builder() |
|
EnvironmentSummary.Builder |
EnvironmentSummary.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.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.createdAt(Instant createdAt) |
The time when the environment was created.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.deploymentStatus(String deploymentStatus) |
The environment deployment status.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.deploymentStatus(DeploymentStatus deploymentStatus) |
The environment deployment status.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.deploymentStatusMessage(String deploymentStatusMessage) |
An environment deployment status message.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.description(String description) |
The description of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.environmentAccountConnectionId(String environmentAccountConnectionId) |
The ID of the environment account connection that the environment is associated with.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.environmentAccountId(String environmentAccountId) |
The ID of the environment account that the environment infrastructure resources are provisioned in.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lastAttemptedDeploymentId(String lastAttemptedDeploymentId) |
The ID of the last attempted deployment of this environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt) |
The time when a deployment of the environment was last attempted.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt) |
The time when the environment was last deployed successfully.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.lastSucceededDeploymentId(String lastSucceededDeploymentId) |
The ID of the last successful deployment of this environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.name(String name) |
The name of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.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.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.provisioning(String provisioning) |
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.provisioning(Provisioning provisioning) |
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.templateMajorVersion(String templateMajorVersion) |
The major version of the environment template.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.templateMinorVersion(String templateMinorVersion) |
The minor version of the environment template.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.templateName(String templateName) |
The name of the environment template.
|
EnvironmentSummary.Builder |
EnvironmentSummary.toBuilder() |
|