Interface ServiceNowConnectorProfileProperties.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceNowConnectorProfileProperties.Builder,ServiceNowConnectorProfileProperties>
,SdkBuilder<ServiceNowConnectorProfileProperties.Builder,ServiceNowConnectorProfileProperties>
,SdkPojo
- Enclosing class:
- ServiceNowConnectorProfileProperties
public static interface ServiceNowConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<ServiceNowConnectorProfileProperties.Builder,ServiceNowConnectorProfileProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceNowConnectorProfileProperties.Builder
instanceUrl(String instanceUrl)
The location of the ServiceNow resource.-
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 Detail
-
instanceUrl
ServiceNowConnectorProfileProperties.Builder instanceUrl(String instanceUrl)
The location of the ServiceNow resource.
- Parameters:
instanceUrl
- The location of the ServiceNow resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-