Interface VeevaConnectorProfileProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VeevaConnectorProfileProperties.Builder,
,VeevaConnectorProfileProperties> SdkBuilder<VeevaConnectorProfileProperties.Builder,
,VeevaConnectorProfileProperties> SdkPojo
- Enclosing class:
VeevaConnectorProfileProperties
@Mutable
@NotThreadSafe
public static interface VeevaConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<VeevaConnectorProfileProperties.Builder,VeevaConnectorProfileProperties>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceUrl
(String instanceUrl) The location of the Veeva 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, sdkFieldNameToField, sdkFields
-
Method Details
-
instanceUrl
The location of the Veeva resource.
- Parameters:
instanceUrl
- The location of the Veeva resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-