Interface MappedResourceConfigurationListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MappedResourceConfigurationListItem.Builder,MappedResourceConfigurationListItem>,SdkBuilder<MappedResourceConfigurationListItem.Builder,MappedResourceConfigurationListItem>,SdkPojo
- Enclosing class:
- MappedResourceConfigurationListItem
public static interface MappedResourceConfigurationListItem.Builder extends SdkPojo, CopyableBuilder<MappedResourceConfigurationListItem.Builder,MappedResourceConfigurationListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappedResourceConfigurationListItem.Builderarn(String arn)The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.MappedResourceConfigurationListItem.Buildertype(String type)The type of the associated resource for the kinesis video 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
-
type
MappedResourceConfigurationListItem.Builder type(String type)
The type of the associated resource for the kinesis video stream.
- Parameters:
type- The type of the associated resource for the kinesis video stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
MappedResourceConfigurationListItem.Builder arn(String arn)
The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.
- Parameters:
arn- The Amazon Resource Name (ARN) of the Kinesis Video Stream resource, associated with the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-