@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnPremiseConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information to connect to GitHub Enterprise Server (on premises).
| Constructor and Description |
|---|
OnPremiseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
OnPremiseConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getHostUrl()
The GitHub host URL or API endpoint URL.
|
String |
getOrganizationName()
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to.
|
S3Path |
getSslCertificateS3Path()
Information required to find a specific file in an Amazon S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
void |
setOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to.
|
void |
setSslCertificateS3Path(S3Path sslCertificateS3Path)
Information required to find a specific file in an Amazon S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
OnPremiseConfiguration |
withHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL.
|
OnPremiseConfiguration |
withOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to.
|
OnPremiseConfiguration |
withSslCertificateS3Path(S3Path sslCertificateS3Path)
Information required to find a specific file in an Amazon S3 bucket.
|
public void setHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL. For example, https://on-prem-host-url/api/v3/
hostUrl - The GitHub host URL or API endpoint URL. For example, https://on-prem-host-url/api/v3/public String getHostUrl()
The GitHub host URL or API endpoint URL. For example, https://on-prem-host-url/api/v3/
public OnPremiseConfiguration withHostUrl(String hostUrl)
The GitHub host URL or API endpoint URL. For example, https://on-prem-host-url/api/v3/
hostUrl - The GitHub host URL or API endpoint URL. For example, https://on-prem-host-url/api/v3/public void setOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
organizationName - The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to.
You can find your organization name by logging into GitHub desktop and selecting Your organizations
under your profile picture dropdown.public String getOrganizationName()
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
public OnPremiseConfiguration withOrganizationName(String organizationName)
The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
organizationName - The name of the organization of the GitHub Enterprise Server (in-premise) account you want to connect to.
You can find your organization name by logging into GitHub desktop and selecting Your organizations
under your profile picture dropdown.public void setSslCertificateS3Path(S3Path sslCertificateS3Path)
Information required to find a specific file in an Amazon S3 bucket.
sslCertificateS3Path - Information required to find a specific file in an Amazon S3 bucket.public S3Path getSslCertificateS3Path()
Information required to find a specific file in an Amazon S3 bucket.
public OnPremiseConfiguration withSslCertificateS3Path(S3Path sslCertificateS3Path)
Information required to find a specific file in an Amazon S3 bucket.
sslCertificateS3Path - Information required to find a specific file in an Amazon S3 bucket.public String toString()
toString in class ObjectObject.toString()public OnPremiseConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.