CreateServiceRequest.Builder |
CreateServiceRequest.Builder.branchName(String branchName) |
The name of the code repository branch that holds the code that's deployed in Proton.
|
static CreateServiceRequest.Builder |
CreateServiceRequest.builder() |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.description(String description) |
A description of the Proton service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.name(String name) |
The service name.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.repositoryConnectionArn(String repositoryConnectionArn) |
The Amazon Resource Name (ARN) of the repository connection.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.repositoryId(String repositoryId) |
The ID of the code repository.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.spec(String spec) |
A link to a spec file that provides inputs as defined in the service template bundle schema file.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Collection<Tag> tags) |
An optional list of metadata items that you can associate with the Proton service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An optional list of metadata items that you can associate with the Proton service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.tags(Tag... tags) |
An optional list of metadata items that you can associate with the Proton service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.templateMajorVersion(String templateMajorVersion) |
The major version of the service template that was used to create the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.templateMinorVersion(String templateMinorVersion) |
The minor version of the service template that was used to create the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.Builder.templateName(String templateName) |
The name of the service template that's used to create the service.
|
CreateServiceRequest.Builder |
CreateServiceRequest.toBuilder() |
|