Interface UpdateEnvironmentAccountConnectionRequest.Builder

    • Method Detail

      • codebuildRoleArn

        UpdateEnvironmentAccountConnectionRequest.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentRoleArn

        UpdateEnvironmentAccountConnectionRequest.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateEnvironmentAccountConnectionRequest.Builder id​(String id)

        The ID of the environment account connection to update.

        Parameters:
        id - The ID of the environment account connection to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • roleArn

        UpdateEnvironmentAccountConnectionRequest.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.

        Parameters:
        roleArn - The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.