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