Class FlowDefinitionOutputConfigArgs.Builder

    • Method Detail

      • kmsKeyId

        public FlowDefinitionOutputConfigArgs.Builder kmsKeyId​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> kmsKeyId)
        Parameters:
        kmsKeyId - The Amazon Key Management Service (KMS) key ARN for server-side encryption.
        Returns:
        builder
      • kmsKeyId

        public FlowDefinitionOutputConfigArgs.Builder kmsKeyId​(java.lang.String kmsKeyId)
        Parameters:
        kmsKeyId - The Amazon Key Management Service (KMS) key ARN for server-side encryption.
        Returns:
        builder
      • s3OutputPath

        public FlowDefinitionOutputConfigArgs.Builder s3OutputPath​(com.pulumi.core.Output<java.lang.String> s3OutputPath)
        Parameters:
        s3OutputPath - The Amazon S3 path where the object containing human output will be made available.
        Returns:
        builder
      • s3OutputPath

        public FlowDefinitionOutputConfigArgs.Builder s3OutputPath​(java.lang.String s3OutputPath)
        Parameters:
        s3OutputPath - The Amazon S3 path where the object containing human output will be made available.
        Returns:
        builder