Interface SalesforceAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SalesforceAction.Builder,SalesforceAction>,SdkBuilder<SalesforceAction.Builder,SalesforceAction>,SdkPojo
- Enclosing class:
- SalesforceAction
public static interface SalesforceAction.Builder extends SdkPojo, CopyableBuilder<SalesforceAction.Builder,SalesforceAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SalesforceAction.Buildertoken(String token)The token used to authenticate access to the Salesforce IoT Cloud Input Stream.SalesforceAction.Builderurl(String url)The URL exposed by the Salesforce IoT Cloud Input Stream.-
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
-
token
SalesforceAction.Builder token(String token)
The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
- Parameters:
token- The token used to authenticate access to the Salesforce IoT Cloud Input Stream. The token is available from the Salesforce IoT Cloud platform after creation of the Input Stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
SalesforceAction.Builder url(String url)
The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.
- Parameters:
url- The URL exposed by the Salesforce IoT Cloud Input Stream. The URL is available from the Salesforce IoT Cloud platform after creation of the Input Stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-