Interface UpdateAccountSettingsRequest.Builder

    • Method Detail

      • deletePipelineProvisioningRepository

        UpdateAccountSettingsRequest.Builder deletePipelineProvisioningRepository​(Boolean deletePipelineProvisioningRepository)

        Set to true to remove a configured pipeline repository from the account settings. Don't set this field if you are updating the configured pipeline repository.

        Parameters:
        deletePipelineProvisioningRepository - Set to true to remove a configured pipeline repository from the account settings. Don't set this field if you are updating the configured pipeline repository.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineCodebuildRoleArn

        UpdateAccountSettingsRequest.Builder pipelineCodebuildRoleArn​(String pipelineCodebuildRoleArn)

        The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.

        Parameters:
        pipelineCodebuildRoleArn - The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineProvisioningRepository

        UpdateAccountSettingsRequest.Builder pipelineProvisioningRepository​(RepositoryBranchInput pipelineProvisioningRepository)

        A linked repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.

        To remove a previously configured repository, set deletePipelineProvisioningRepository to true, and don't set pipelineProvisioningRepository.

        Parameters:
        pipelineProvisioningRepository - A linked repository for pipeline provisioning. Specify it if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see CreateRepository.

        To remove a previously configured repository, set deletePipelineProvisioningRepository to true, and don't set pipelineProvisioningRepository.

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

        UpdateAccountSettingsRequest.Builder pipelineServiceRoleArn​(String pipelineServiceRoleArn)

        The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.

        To remove a previously configured ARN, specify an empty string.

        Parameters:
        pipelineServiceRoleArn - The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.

        To remove a previously configured ARN, specify an empty string.

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