| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the environment account connection.
|
static EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.builder() |
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
EnvironmentAccountConnection.Builder |
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 |
EnvironmentAccountConnection.Builder.environmentAccountId(String environmentAccountId)
The environment account that's connected to the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.environmentName(String environmentName)
The name of the environment that's associated with the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.id(String id)
The ID of the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.lastModifiedAt(Instant lastModifiedAt)
The time when the environment account connection was last modified.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.managementAccountId(String managementAccountId)
The ID of the management account that's connected to the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.requestedAt(Instant requestedAt)
The time when the environment account connection request was made.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.roleArn(String roleArn)
The IAM service role that's associated with the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.status(EnvironmentAccountConnectionStatus status)
The status of the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.Builder.status(String status)
The status of the environment account connection.
|
EnvironmentAccountConnection.Builder |
EnvironmentAccountConnection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnvironmentAccountConnection.Builder> |
EnvironmentAccountConnection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AcceptEnvironmentAccountConnectionResponse.Builder |
AcceptEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment account connection data that's returned by Proton.
|
default GetEnvironmentAccountConnectionResponse.Builder |
GetEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The detailed data of the requested environment account connection.
|
default CreateEnvironmentAccountConnectionResponse.Builder |
CreateEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment account connection detail data that's returned by Proton.
|
default DeleteEnvironmentAccountConnectionResponse.Builder |
DeleteEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The detailed data of the environment account connection being deleted.
|
default UpdateEnvironmentAccountConnectionResponse.Builder |
UpdateEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment account connection detail data that's returned by Proton.
|
default RejectEnvironmentAccountConnectionResponse.Builder |
RejectEnvironmentAccountConnectionResponse.Builder.environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment connection account detail data that's returned by Proton.
|
Copyright © 2023. All rights reserved.