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 SummaryModifier and TypeMethodDescriptioninstanceUrl(String instanceUrl) The location of the Veeva 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 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.
 
 
-