Uses of Interface
software.amazon.awssdk.services.codeconnections.model.RepositoryLinkInfo.Builder
-
Packages that use RepositoryLinkInfo.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of RepositoryLinkInfo.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return RepositoryLinkInfo.Builder Modifier and Type Method Description static RepositoryLinkInfo.BuilderRepositoryLinkInfo. builder()RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. connectionArn(String connectionArn)The Amazon Resource Name (ARN) of the connection associated with the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. encryptionKeyArn(String encryptionKeyArn)The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. ownerId(String ownerId)The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. providerType(String providerType)The provider type for the connection, such as GitHub, associated with the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. providerType(ProviderType providerType)The provider type for the connection, such as GitHub, associated with the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. repositoryLinkArn(String repositoryLinkArn)The Amazon Resource Name (ARN) of the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. repositoryLinkId(String repositoryLinkId)The ID of the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo.Builder. repositoryName(String repositoryName)The name of the repository associated with the repository link.RepositoryLinkInfo.BuilderRepositoryLinkInfo. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type RepositoryLinkInfo.Builder Modifier and Type Method Description static Class<? extends RepositoryLinkInfo.Builder>RepositoryLinkInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codeconnections.model with type arguments of type RepositoryLinkInfo.Builder Modifier and Type Method Description default CreateRepositoryLinkResponse.BuilderCreateRepositoryLinkResponse.Builder. repositoryLinkInfo(Consumer<RepositoryLinkInfo.Builder> repositoryLinkInfo)The returned information about the created repository link.default GetRepositoryLinkResponse.BuilderGetRepositoryLinkResponse.Builder. repositoryLinkInfo(Consumer<RepositoryLinkInfo.Builder> repositoryLinkInfo)The information returned for a specified repository link.default UpdateRepositoryLinkResponse.BuilderUpdateRepositoryLinkResponse.Builder. repositoryLinkInfo(Consumer<RepositoryLinkInfo.Builder> repositoryLinkInfo)Information about the repository link to be updated.
-