public static interface EnvironmentAccountConnection.Builder extends SdkPojo, CopyableBuilder<EnvironmentAccountConnection.Builder,EnvironmentAccountConnection>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentAccountConnection.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment account connection.
|
EnvironmentAccountConnection.Builder |
codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
EnvironmentAccountConnection.Builder |
componentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
EnvironmentAccountConnection.Builder |
environmentAccountId(String environmentAccountId)
The environment account that's connected to the environment account connection.
|
EnvironmentAccountConnection.Builder |
environmentName(String environmentName)
The name of the environment that's associated with the environment account connection.
|
EnvironmentAccountConnection.Builder |
id(String id)
The ID of the environment account connection.
|
EnvironmentAccountConnection.Builder |
lastModifiedAt(Instant lastModifiedAt)
The time when the environment account connection was last modified.
|
EnvironmentAccountConnection.Builder |
managementAccountId(String managementAccountId)
The ID of the management account that's connected to the environment account connection.
|
EnvironmentAccountConnection.Builder |
requestedAt(Instant requestedAt)
The time when the environment account connection request was made.
|
EnvironmentAccountConnection.Builder |
roleArn(String roleArn)
The IAM service role that's associated with the environment account connection.
|
EnvironmentAccountConnection.Builder |
status(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
|
EnvironmentAccountConnection.Builder |
status(String status)
The status of the environment account connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentAccountConnection.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment account connection.
arn - The Amazon Resource Name (ARN) of the environment account connection.EnvironmentAccountConnection.Builder codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.
codebuildRoleArn - The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this
role to provision infrastructure resources using CodeBuild-based provisioning in the associated
environment account.EnvironmentAccountConnection.Builder componentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account.
The environment account connection must have a componentRoleArn to allow directly defined
components to be associated with any environments running in the account.
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 the associated environment account. It determines the scope of infrastructure
that a component can provision in the account.
The environment account connection must have a componentRoleArn to allow directly defined
components to be associated with any environments running in the account.
For more information about components, see Proton components in the Proton User Guide.
EnvironmentAccountConnection.Builder environmentAccountId(String environmentAccountId)
The environment account that's connected to the environment account connection.
environmentAccountId - The environment account that's connected to the environment account connection.EnvironmentAccountConnection.Builder environmentName(String environmentName)
The name of the environment that's associated with the environment account connection.
environmentName - The name of the environment that's associated with the environment account connection.EnvironmentAccountConnection.Builder id(String id)
The ID of the environment account connection.
id - The ID of the environment account connection.EnvironmentAccountConnection.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the environment account connection was last modified.
lastModifiedAt - The time when the environment account connection was last modified.EnvironmentAccountConnection.Builder managementAccountId(String managementAccountId)
The ID of the management account that's connected to the environment account connection.
managementAccountId - The ID of the management account that's connected to the environment account connection.EnvironmentAccountConnection.Builder requestedAt(Instant requestedAt)
The time when the environment account connection request was made.
requestedAt - The time when the environment account connection request was made.EnvironmentAccountConnection.Builder roleArn(String roleArn)
The IAM service role that's associated with the environment account connection.
roleArn - The IAM service role that's associated with the environment account connection.EnvironmentAccountConnection.Builder status(String status)
The status of the environment account connection.
status - The status of the environment account connection.EnvironmentAccountConnectionStatus,
EnvironmentAccountConnectionStatusEnvironmentAccountConnection.Builder status(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
status - The status of the environment account connection.EnvironmentAccountConnectionStatus,
EnvironmentAccountConnectionStatusCopyright © 2023. All rights reserved.