Class StreamProcessorOutputS3DestinationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.rekognition.inputs.StreamProcessorOutputS3DestinationArgs.Builder
-
- Enclosing class:
- StreamProcessorOutputS3DestinationArgs
public static final class StreamProcessorOutputS3DestinationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamProcessorOutputS3DestinationArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamProcessorOutputS3DestinationArgs.Builder
bucket(com.pulumi.core.Output<java.lang.String> bucket)
StreamProcessorOutputS3DestinationArgs.Builder
bucket(java.lang.String bucket)
StreamProcessorOutputS3DestinationArgs
build()
StreamProcessorOutputS3DestinationArgs.Builder
keyPrefix(com.pulumi.core.Output<java.lang.String> keyPrefix)
StreamProcessorOutputS3DestinationArgs.Builder
keyPrefix(java.lang.String keyPrefix)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamProcessorOutputS3DestinationArgs defaults)
-
-
Method Detail
-
bucket
public StreamProcessorOutputS3DestinationArgs.Builder bucket(@Nullable com.pulumi.core.Output<java.lang.String> bucket)
- Parameters:
bucket
- Name of the Amazon S3 bucket you want to associate with the streaming video project.- Returns:
- builder
-
bucket
public StreamProcessorOutputS3DestinationArgs.Builder bucket(java.lang.String bucket)
- Parameters:
bucket
- Name of the Amazon S3 bucket you want to associate with the streaming video project.- Returns:
- builder
-
keyPrefix
public StreamProcessorOutputS3DestinationArgs.Builder keyPrefix(@Nullable com.pulumi.core.Output<java.lang.String> keyPrefix)
- Parameters:
keyPrefix
- The prefix value of the location within the bucket that you want the information to be published to.- Returns:
- builder
-
keyPrefix
public StreamProcessorOutputS3DestinationArgs.Builder keyPrefix(java.lang.String keyPrefix)
- Parameters:
keyPrefix
- The prefix value of the location within the bucket that you want the information to be published to.- Returns:
- builder
-
build
public StreamProcessorOutputS3DestinationArgs build()
-
-