Interface ThirdPartySourceRepository.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThirdPartySourceRepository.Builder,ThirdPartySourceRepository>,SdkBuilder<ThirdPartySourceRepository.Builder,ThirdPartySourceRepository>,SdkPojo
- Enclosing class:
- ThirdPartySourceRepository
public static interface ThirdPartySourceRepository.Builder extends SdkPojo, CopyableBuilder<ThirdPartySourceRepository.Builder,ThirdPartySourceRepository>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThirdPartySourceRepository.BuilderconnectionArn(String connectionArn)The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection.ThirdPartySourceRepository.Buildername(String name)The name of the third party source repository.ThirdPartySourceRepository.Builderowner(String owner)The owner of the repository.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
ThirdPartySourceRepository.Builder name(String name)
The name of the third party source repository.
- Parameters:
name- The name of the third party source repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionArn
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.- Parameters:
connectionArn- The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format isarn: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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
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
- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-