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