Interface ServiceNowConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNowConfiguration.Builder,,ServiceNowConfiguration> SdkBuilder<ServiceNowConfiguration.Builder,,ServiceNowConfiguration> SdkPojo
- Enclosing class:
ServiceNowConfiguration
@Mutable
@NotThreadSafe
public static interface ServiceNowConfiguration.Builder
extends SdkPojo, CopyableBuilder<ServiceNowConfiguration.Builder,ServiceNowConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionauthScopes(String... authScopes) Scoped down authentication scopes for fine grained controlauthScopes(Collection<String> authScopes) Scoped down authentication scopes for fine grained controlinstanceId(String instanceId) ServiceNow instance IDMethods 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
-
instanceId
ServiceNow instance ID
- Parameters:
instanceId- ServiceNow instance ID- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authScopes
Scoped down authentication scopes for fine grained control
- Parameters:
authScopes- Scoped down authentication scopes for fine grained control- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authScopes
Scoped down authentication scopes for fine grained control
- Parameters:
authScopes- Scoped down authentication scopes for fine grained control- Returns:
- Returns a reference to this object so that method calls can be chained together.
-