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(String deploymentStatus) |
The environment deployment status.
|
Environment.Builder |
Environment.Builder.deploymentStatus(DeploymentStatus 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(String provisioning) |
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
Environment.Builder |
Environment.Builder.provisioning(Provisioning 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() |
|