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 AWS 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 AWS 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 AWS CodeStar Connections API Reference.
connectionArn - The Amazon Resource Name (ARN) of an AWS 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 AWS 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.
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.Copyright © 2021. All rights reserved.