Interface SaaSConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SaaSConfiguration.Builder,
,SaaSConfiguration> SdkBuilder<SaaSConfiguration.Builder,
,SaaSConfiguration> SdkPojo
- Enclosing class:
SaaSConfiguration
public static interface SaaSConfiguration.Builder
extends SdkPojo, CopyableBuilder<SaaSConfiguration.Builder,SaaSConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe GitHub host URL or API endpoint URL.organizationName
(String organizationName) The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to.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 Details
-
organizationName
The name of the organization of the GitHub Enterprise Cloud (SaaS) 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.
- Parameters:
organizationName
- The name of the organization of the GitHub Enterprise Cloud (SaaS) 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostUrl
The GitHub host URL or API endpoint URL. For example, https://api.github.com.
- Parameters:
hostUrl
- The GitHub host URL or API endpoint URL. For example, https://api.github.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-