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
Modifier and TypeMethodDescriptionThe token used to authenticate access to the Salesforce IoT Cloud Input Stream.The URL exposed by the Salesforce IoT Cloud Input Stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -