Interface StreamingConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StreamingConfiguration.Builder,,StreamingConfiguration> SdkBuilder<StreamingConfiguration.Builder,,StreamingConfiguration> SdkPojo
- Enclosing class:
 StreamingConfiguration
public static interface StreamingConfiguration.Builder
extends SdkPojo, CopyableBuilder<StreamingConfiguration.Builder,StreamingConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe data type of the configuration.dataType(MessagingDataType dataType) The data type of the configuration.resourceArn(String resourceArn) The ARN of the resource in the configuration.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
- 
dataType
The data type of the configuration.
- Parameters:
 dataType- The data type of the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dataType
The data type of the configuration.
- Parameters:
 dataType- The data type of the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
resourceArn
The ARN of the resource in the configuration.
- Parameters:
 resourceArn- The ARN of the resource in the configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -