@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Describes the source deployed to an AWS App Runner service. It can be a code or an image repository.
Constructor and Description |
---|
SourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
SourceConfiguration |
clone() |
boolean |
equals(Object obj) |
AuthenticationConfiguration |
getAuthenticationConfiguration()
Describes the resources that are needed to authenticate access to some source repositories.
|
Boolean |
getAutoDeploymentsEnabled()
If
true , continuous integration from the source repository is enabled for the App Runner service. |
CodeRepository |
getCodeRepository()
The description of a source code repository.
|
ImageRepository |
getImageRepository()
The description of a source image repository.
|
int |
hashCode() |
Boolean |
isAutoDeploymentsEnabled()
If
true , continuous integration from the source repository is enabled for the App Runner service. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
|
void |
setAutoDeploymentsEnabled(Boolean autoDeploymentsEnabled)
If
true , continuous integration from the source repository is enabled for the App Runner service. |
void |
setCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
|
void |
setImageRepository(ImageRepository imageRepository)
The description of a source image repository.
|
String |
toString()
Returns a string representation of this object.
|
SourceConfiguration |
withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
|
SourceConfiguration |
withAutoDeploymentsEnabled(Boolean autoDeploymentsEnabled)
If
true , continuous integration from the source repository is enabled for the App Runner service. |
SourceConfiguration |
withCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
|
SourceConfiguration |
withImageRepository(ImageRepository imageRepository)
The description of a source image repository.
|
public void setCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
You must provide either this member or ImageRepository
(but not both).
codeRepository
- The description of a source code repository.
You must provide either this member or ImageRepository
(but not both).
public CodeRepository getCodeRepository()
The description of a source code repository.
You must provide either this member or ImageRepository
(but not both).
You must provide either this member or ImageRepository
(but not both).
public SourceConfiguration withCodeRepository(CodeRepository codeRepository)
The description of a source code repository.
You must provide either this member or ImageRepository
(but not both).
codeRepository
- The description of a source code repository.
You must provide either this member or ImageRepository
(but not both).
public void setImageRepository(ImageRepository imageRepository)
The description of a source image repository.
You must provide either this member or CodeRepository
(but not both).
imageRepository
- The description of a source image repository.
You must provide either this member or CodeRepository
(but not both).
public ImageRepository getImageRepository()
The description of a source image repository.
You must provide either this member or CodeRepository
(but not both).
You must provide either this member or CodeRepository
(but not both).
public SourceConfiguration withImageRepository(ImageRepository imageRepository)
The description of a source image repository.
You must provide either this member or CodeRepository
(but not both).
imageRepository
- The description of a source image repository.
You must provide either this member or CodeRepository
(but not both).
public void setAutoDeploymentsEnabled(Boolean autoDeploymentsEnabled)
If true
, continuous integration from the source repository is enabled for the App Runner service.
Each repository change (source code commit or new image version) starts a deployment.
Default: true
autoDeploymentsEnabled
- If true
, continuous integration from the source repository is enabled for the App Runner
service. Each repository change (source code commit or new image version) starts a deployment.
Default: true
public Boolean getAutoDeploymentsEnabled()
If true
, continuous integration from the source repository is enabled for the App Runner service.
Each repository change (source code commit or new image version) starts a deployment.
Default: true
true
, continuous integration from the source repository is enabled for the App Runner
service. Each repository change (source code commit or new image version) starts a deployment.
Default: true
public SourceConfiguration withAutoDeploymentsEnabled(Boolean autoDeploymentsEnabled)
If true
, continuous integration from the source repository is enabled for the App Runner service.
Each repository change (source code commit or new image version) starts a deployment.
Default: true
autoDeploymentsEnabled
- If true
, continuous integration from the source repository is enabled for the App Runner
service. Each repository change (source code commit or new image version) starts a deployment.
Default: true
public Boolean isAutoDeploymentsEnabled()
If true
, continuous integration from the source repository is enabled for the App Runner service.
Each repository change (source code commit or new image version) starts a deployment.
Default: true
true
, continuous integration from the source repository is enabled for the App Runner
service. Each repository change (source code commit or new image version) starts a deployment.
Default: true
public void setAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
authenticationConfiguration
- Describes the resources that are needed to authenticate access to some source repositories.public AuthenticationConfiguration getAuthenticationConfiguration()
Describes the resources that are needed to authenticate access to some source repositories.
public SourceConfiguration withAuthenticationConfiguration(AuthenticationConfiguration authenticationConfiguration)
Describes the resources that are needed to authenticate access to some source repositories.
authenticationConfiguration
- Describes the resources that are needed to authenticate access to some source repositories.public String toString()
toString
in class Object
Object.toString()
public SourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.