public static interface EnvironmentSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentSummary.Builder,EnvironmentSummary>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment.
|
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 |
createdAt(Instant createdAt)
The time when the environment was created.
|
EnvironmentSummary.Builder |
deploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
|
EnvironmentSummary.Builder |
deploymentStatus(String deploymentStatus)
The environment deployment status.
|
EnvironmentSummary.Builder |
deploymentStatusMessage(String deploymentStatusMessage)
An environment deployment status message.
|
EnvironmentSummary.Builder |
description(String description)
The description of the environment.
|
EnvironmentSummary.Builder |
environmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that the environment is associated with.
|
EnvironmentSummary.Builder |
environmentAccountId(String environmentAccountId)
The ID of the environment account that the environment infrastructure resources are provisioned in.
|
EnvironmentSummary.Builder |
lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this environment.
|
EnvironmentSummary.Builder |
lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the environment was last attempted.
|
EnvironmentSummary.Builder |
lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the environment was last deployed successfully.
|
EnvironmentSummary.Builder |
lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this environment.
|
EnvironmentSummary.Builder |
name(String name)
The name of the environment.
|
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 |
provisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentSummary.Builder |
provisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentSummary.Builder |
templateMajorVersion(String templateMajorVersion)
The major version of the environment template.
|
EnvironmentSummary.Builder |
templateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
|
EnvironmentSummary.Builder |
templateName(String templateName)
The name of the environment template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment.
arn - The Amazon Resource Name (ARN) of the environment.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. It determines the scope of infrastructure that a component can provision.
The environment must have a componentRoleArn to allow directly defined components to be
associated with the environment.
For more information about components, see Proton components in the Proton User Guide.
componentRoleArn - The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly
defined components in this environment. It determines the scope of infrastructure that a component can
provision.
The environment must have a componentRoleArn to allow directly defined components to be
associated with the environment.
For more information about components, see Proton components in the Proton User Guide.
EnvironmentSummary.Builder createdAt(Instant createdAt)
The time when the environment was created.
createdAt - The time when the environment was created.EnvironmentSummary.Builder deploymentStatus(String deploymentStatus)
The environment deployment status.
deploymentStatus - The environment deployment status.DeploymentStatus,
DeploymentStatusEnvironmentSummary.Builder deploymentStatus(DeploymentStatus deploymentStatus)
The environment deployment status.
deploymentStatus - The environment deployment status.DeploymentStatus,
DeploymentStatusEnvironmentSummary.Builder deploymentStatusMessage(String deploymentStatusMessage)
An environment deployment status message.
deploymentStatusMessage - An environment deployment status message.EnvironmentSummary.Builder description(String description)
The description of the environment.
description - The description of the environment.EnvironmentSummary.Builder environmentAccountConnectionId(String environmentAccountConnectionId)
The ID of the environment account connection that the environment is associated with.
environmentAccountConnectionId - The ID of the environment account connection that the environment is associated with.EnvironmentSummary.Builder environmentAccountId(String environmentAccountId)
The ID of the environment account that the environment infrastructure resources are provisioned in.
environmentAccountId - The ID of the environment account that the environment infrastructure resources are provisioned in.EnvironmentSummary.Builder lastAttemptedDeploymentId(String lastAttemptedDeploymentId)
The ID of the last attempted deployment of this environment.
lastAttemptedDeploymentId - The ID of the last attempted deployment of this environment.EnvironmentSummary.Builder lastDeploymentAttemptedAt(Instant lastDeploymentAttemptedAt)
The time when a deployment of the environment was last attempted.
lastDeploymentAttemptedAt - The time when a deployment of the environment was last attempted.EnvironmentSummary.Builder lastDeploymentSucceededAt(Instant lastDeploymentSucceededAt)
The time when the environment was last deployed successfully.
lastDeploymentSucceededAt - The time when the environment was last deployed successfully.EnvironmentSummary.Builder lastSucceededDeploymentId(String lastSucceededDeploymentId)
The ID of the last successful deployment of this environment.
lastSucceededDeploymentId - The ID of the last successful deployment of this environment.EnvironmentSummary.Builder name(String name)
The name of the environment.
name - The name of the environment.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.
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 provisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning - When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning,
ProvisioningEnvironmentSummary.Builder provisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning - When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning,
ProvisioningEnvironmentSummary.Builder templateMajorVersion(String templateMajorVersion)
The major version of the environment template.
templateMajorVersion - The major version of the environment template.EnvironmentSummary.Builder templateMinorVersion(String templateMinorVersion)
The minor version of the environment template.
templateMinorVersion - The minor version of the environment template.EnvironmentSummary.Builder templateName(String templateName)
The name of the environment template.
templateName - The name of the environment template.Copyright © 2023. All rights reserved.