public static interface ThirdPartySourceRepository.Builder extends SdkPojo, CopyableBuilder<ThirdPartySourceRepository.Builder,ThirdPartySourceRepository>
| Modifier and Type | Method and Description |
|---|---|
ThirdPartySourceRepository.Builder |
connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection.
|
ThirdPartySourceRepository.Builder |
name(String name)
The name of the third party source repository.
|
ThirdPartySourceRepository.Builder |
owner(String owner)
The owner of the repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildThirdPartySourceRepository.Builder name(String name)
The name of the third party source repository.
name - The name of the third party source repository.ThirdPartySourceRepository.Builder connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format is
arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more
information, see Connection in the Amazon Web Services CodeStar Connections API Reference.
connectionArn - The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format
is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For
more information, see Connection in the Amazon Web Services CodeStar Connections API Reference.ThirdPartySourceRepository.Builder owner(String owner)
The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, this can be the username or Amazon Web Services account ID
owner - The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the
username for the account that owns the repository. For an S3 repository, this can be the username or
Amazon Web Services account IDCopyright © 2023. All rights reserved.