Interface CreateRepositoryRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodeCommitRequest.Builder, CopyableBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>, SdkBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateRepositoryRequest

public static interface CreateRepositoryRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<CreateRepositoryRequest.Builder,CreateRepositoryRequest>
  • Method Details

    • repositoryName

      CreateRepositoryRequest.Builder repositoryName(String repositoryName)

      The name of the new repository to be created.

      The repository name must be unique across the calling Amazon Web Services account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For more information about the limits on repository names, see Quotas in the CodeCommit User Guide. The suffix .git is prohibited.

      Parameters:
      repositoryName - The name of the new repository to be created.

      The repository name must be unique across the calling Amazon Web Services account. Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For more information about the limits on repository names, see Quotas in the CodeCommit User Guide. The suffix .git is prohibited.

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

      CreateRepositoryRequest.Builder repositoryDescription(String repositoryDescription)

      A comment or description about the new repository.

      The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

      Parameters:
      repositoryDescription - A comment or description about the new repository.

      The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

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

      One or more tag key-value pairs to use when tagging this repository.

      Parameters:
      tags - One or more tag key-value pairs to use when tagging this repository.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see KeyId in the Decrypt API description in the Key Management Service API Reference.

      If no key is specified, the default aws/codecommit Amazon Web Services managed key is used.

      Parameters:
      kmsKeyId - The ID of the encryption key. You can view the ID of an encryption key in the KMS console, or use the KMS APIs to programmatically retrieve a key ID. For more information about acceptable values for kmsKeyID, see KeyId in the Decrypt API description in the Key Management Service API Reference.

      If no key is specified, the default aws/codecommit Amazon Web Services managed key is used.

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

      CreateRepositoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.