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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamingConfiguration.BuilderdataType(String dataType)The data type of the configuration.StreamingConfiguration.BuilderdataType(MessagingDataType dataType)The data type of the configuration.StreamingConfiguration.BuilderresourceArn(String resourceArn)The ARN of the resource in the configuration.-
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
-
dataType
StreamingConfiguration.Builder dataType(String 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:
MessagingDataType,MessagingDataType
-
dataType
StreamingConfiguration.Builder dataType(MessagingDataType 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:
MessagingDataType,MessagingDataType
-
resourceArn
StreamingConfiguration.Builder resourceArn(String 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.
-
-