Interface ServiceNowConnectorProfileProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ServiceNowConnectorProfileProperties.Builder,,- ServiceNowConnectorProfileProperties> - SdkBuilder<ServiceNowConnectorProfileProperties.Builder,,- ServiceNowConnectorProfileProperties> - SdkPojo
- Enclosing class:
- ServiceNowConnectorProfileProperties
@Mutable
@NotThreadSafe
public static interface ServiceNowConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<ServiceNowConnectorProfileProperties.Builder,ServiceNowConnectorProfileProperties> 
- 
Method SummaryModifier and TypeMethodDescriptioninstanceUrl(String instanceUrl) The location of the ServiceNow resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
instanceUrlThe 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.
 
 
-