Interface ServiceNowProviderConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNowProviderConfiguration.Builder,,ServiceNowProviderConfiguration> SdkBuilder<ServiceNowProviderConfiguration.Builder,,ServiceNowProviderConfiguration> SdkPojo
- Enclosing class:
ServiceNowProviderConfiguration
@Mutable
@NotThreadSafe
public static interface ServiceNowProviderConfiguration.Builder
extends SdkPojo, CopyableBuilder<ServiceNowProviderConfiguration.Builder,ServiceNowProviderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe client ID of ServiceNow ITSM.clientSecret(String clientSecret) The client secret of ServiceNow ITSM.instanceName(String instanceName) The instance name of ServiceNow ITSM.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceName
The instance name of ServiceNow ITSM.
- Parameters:
instanceName- The instance name of ServiceNow ITSM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientId
The client ID of ServiceNow ITSM.
- Parameters:
clientId- The client ID of ServiceNow ITSM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientSecret
The client secret of ServiceNow ITSM.
- Parameters:
clientSecret- The client secret of ServiceNow ITSM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-